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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蘂??逸?B | 1110010101000001001111110011111110001000111011010011111101000010 | e5413f3f88ed3f42 |
EUC-JP | 蘂??逸?B | 1110100110100010001111110011111110110000111011110011111101000010 | e9a23f3fb0ef3f42 |
UTF-8 | 蘂띕쉘逸큈B | 11101000100110001000001011101011100111011001010111101100100010011001100011101001100000001011100011101101100000011000100001000010 | e89882eb9d95ec8998e980b8ed818842 |
UHC | 蘂띕쉘逸큈B | 1110011111011110101101101110101110111101101010011110110011101111101101000101010001000010 | e7deb6ebbda9ecefb45442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)