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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 溜좊죫i溜좊죫iB | 111011111010011110001011111011001010001010001010111011001010001110101011011010011110111110100111100010111110110010100010100010101110110010100011101010110110100101000010 | efa78beca28aeca3ab69efa78beca28aeca3ab6942 |
UHC | 溜좊죫i溜좊죫iB | 111010101111111010100000111010111010000110000110011010011110101011111110101000001110101110100001100001100110100101000010 | eafea0eba18669eafea0eba1866942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)