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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 耀???厄 | 10010111011100110011111100111111001111111001011011101111 | 97733f3f3f96ef |
EUC-JP | 耀???厄 | 11001101110101000011111100111111001111111100110011110001 | cdd43f3f3fccf1 |
UTF-8 | 耀믠몺큔厄 | 111010001000000010000000111010111010111110100000111010111010101010111010111011011000000110010100111001011000111010000100 | e88080ebafa0ebaabaed8194e58e84 |
UHC | 耀믠몺큔厄 | 11101001101001011001001011100010100100011010000011000101101001101110010011111000 | e9a592e291a0c5a6e4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)