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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 牆???億?B | 111000001010110100111111001111110011111110001001101011010011111101000010 | e0ad3f3f3f89ad3f42 |
EUC-JP | 牆???億?B | 111000001010111100111111001111110011111110110010101011110011111101000010 | e0af3f3f3fb2af3f42 |
UTF-8 | 牆쿄렩렊億렠B | 11100111100010011000011011101100101111111000010011101011101000001010100111101011101000001000101011100101100001001000010011101011101000001010000001000010 | e78986ecbf84eba0a9eba08ae58484eba0a042 |
UHC | 牆쿄렩렊億렠B | 11101101111011011100010011101100100011101011011110001110101000011110010111100010100011101011000101000010 | ededc4ec8eb78ea1e5e28eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)