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 | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 禎???U | 100100101111010100111111001111110011111101010101 | 92f53f3f3f55 |
EUC-JP | 禎???U | 110001001111011100111111001111110011111101010101 | c4f73f3f3f55 |
UTF-8 | 禎뀜렰렟U | 11100111101001101000111011101011100000001001110011101011101000001011000011101011101000001001111101010101 | e7a68eeb809ceba0b0eba09f55 |
UHC | 禎뀜렰렟U | 111011111110111010110010111100011000111010111101100011101011000001010101 | efeeb2f18ebd8eb055 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)