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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 瑤??哀?h | 1110101010100010001111110011111110001000101000110011111101101000 | eaa23f3f88a33f68 |
EUC-JP | 瑤??哀?h | 1111010010100100001111110011111110110000101001010011111101101000 | f4a43f3fb0a53f68 |
UTF-8 | 瑤녺슢哀뛜h | 11100111100100011010010011101011100001011011101011101100100010101010001011100101100100111000000011101011100110111001110001101000 | e791a4eb85baec8aa2e59380eb9b9c68 |
UHC | 瑤녺슢哀뛜h | 1110100011111101100001101110011110011010101011101110010011101110100011010101100101101000 | e8fd86e79aaee4ee8d5968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)