To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ZBiZBiB | 10010010010110100100001010010001100111110110100110010010010110100100001010010001100111110110100101000010 | 925a42919f69925a42919f6942 |
SJIS-WIN | ?ZB??i?ZB??iB | 00111111010110100100001000111111001111110110100100111111010110100100001000111111001111110110100101000010 | 3f5a423f3f693f5a423f3f6942 |
EUC-JP | ?ZB??i?ZB??iB | 00111111010110100100001000111111001111110110100100111111010110100100001000111111001111110110100101000010 | 3f5a423f3f693f5a423f3f6942 |
UTF-8 | ZBiZBiB | 11000010100100100101101001000010110000101001000111000010100111110110100111000010100100100101101001000010110000101001000111000010100111110110100101000010 | c2925a42c291c29f69c2925a42c291c29f6942 |
UHC | ?ZB??i?ZB??iB | 00111111010110100100001000111111001111110110100100111111010110100100001000111111001111110110100101000010 | 3f5a423f3f693f5a423f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)