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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 夷??G | 1000100011001110001111110011111101000111 | 88ce3f3f47 |
EUC-JP | 夷??G | 1011000011010000001111110011111101000111 | b0d03f3f47 |
UTF-8 | 夷⑺쉹G | 11100101101001001011011111100010100100011011101011101100100010011011100101000111 | e5a4b7e291baec89b947 |
UHC | 夷⑺쉹G | 11101100101010001010100111101101100110101000111101000111 | eca8a9ed9a8f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)