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 | 111010111010100010001011011010011110101110101000100010110110100101000010 | eba88b69eba88b6942 |
SJIS-WIN | ?¨?i?¨?iB | 0011111110000001010011100011111101101001001111111000000101001110001111110110100101000010 | 3f814e3f693f814e3f6942 |
EUC-JP | �i�iB | 100011111010101110110011101000011010111100111111011010011000111110101011101100111010000110101111001111110110100101000010 | 8fabb3a1af3f698fabb3a1af3f6942 |
UTF-8 | ë¨ië¨iB | 110000111010101111000010101010001100001010001011011010011100001110101011110000101010100011000010100010110110100101000010 | c3abc2a8c28b69c3abc2a8c28b6942 |
UHC | ?¨?i?¨?iB | 0011111110100001101001110011111101101001001111111010000110100111001111110110100101000010 | 3fa1a73f693fa1a73f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)