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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶??夷?? | 1001011011101000001111110011111110001000110011100011111100111111 | 96e83f3f88ce3f3f |
EUC-JP | 冶??夷?? | 1100110011101010001111110011111110110000110100000011111100111111 | ccea3f3fb0d03f3f |
UTF-8 | 冶싴럹夷뗥짃 | 111001011000011010110110111011001000101110110100111010111001111110111001111001011010010010110111111010111001011110100101111011001010011110000011 | e586b6ec8bb4eb9fb9e5a4b7eb97a5eca783 |
UHC | 冶싴럹夷뗥짃 | 111001011010011110011010111011011000111010011000111011001010100010001011111001011010001110010011 | e5a79aed8e98eca88be5a393 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)