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 | 迂???址 | 10001001010010010011111100111111001111111001101010101100 | 89493f3f3f9aac |
EUC-JP | 迂???址 | 10110001101010100011111100111111001111111101010010101110 | b1aa3f3f3fd4ae |
UTF-8 | 迂縷렮렪址 | 111010001011111110000010111011111010010110010000111010111010000010101110111010111010000010101010111001011001110110000000 | e8bf82efa590eba0aeeba0aae59d80 |
UHC | 迂縷렮렪址 | 11101001111001101101001011101010100011101011101110001110101110001111001010100011 | e9e6d2ea8ebb8eb8f2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)