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 | 牆?牆?艇℃ | 11100000101011010011111111100000101011010011111110010010111110001000000110001110 | e0ad3fe0ad3f92f8818e |
EUC-JP | 牆?牆?艇℃ | 11100000101011110011111111100000101011110011111111000100111110101010000111101110 | e0af3fe0af3fc4faa1ee |
UTF-8 | 牆렮牆렪艇℃ | 111001111000100110000110111010111010000010101110111001111000100110000110111010111010000010101010111010001000100110000111111000101000010010000011 | e78986eba0aee78986eba0aae88987e28483 |
UHC | 牆렮牆렪艇℃ | 111011011110110110001110101110111110110111101101100011101011100011101111111100111010000111001001 | eded8ebbeded8eb8eff3a1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)