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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 瑤??哀?^ | 1110101010100010001111110011111110001000101000110011111101011110 | eaa23f3f88a33f5e |
EUC-JP | 瑤??哀?^ | 1111010010100100001111110011111110110000101001010011111101011110 | f4a43f3fb0a53f5e |
UTF-8 | 瑤녺슢哀뛢^ | 11100111100100011010010011101011100001011011101011101100100010101010001011100101100100111000000011101011100110111010001001011110 | e791a4eb85baec8aa2e59380eb9ba25e |
UHC | 瑤녺슢哀뛢^ | 1110100011111101100001101110011110011010101011101110010011101110100011010110010101011110 | e8fd86e79aaee4ee8d655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)