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 | 獄??徇?^ | 1000110110010110001111110011111110011100011011010011111101011110 | 8d963f3f9c6d3f5e |
EUC-JP | 獄??徇?^ | 1011100111110110001111110011111111010111110011100011111101011110 | b9f63f3fd7ce3f5e |
UTF-8 | 獄욁깷徇뛢^ | 11100111100011011000010011101100100110101000000111101010101110011011011111100101101111101000011111101011100110111010001001011110 | e78d84ec9a81eab9b7e5be87eb9ba25e |
UHC | 獄욁깷徇뛢^ | 1110100010101011100111101110001110000011101001011110001011011111100011010110010101011110 | e8ab9ee383a5e2df8d655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)