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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 剪絲?LB | 10011001100100101110001101001110001111110100110001000010 | 9992e34e3f4c42 |
EUC-JP | 剪絲?LB | 11010001111100101110010110101111001111110100110001000010 | d1f2e5af3f4c42 |
UTF-8 | 剪絲짚LB | 1110010110001001101010101110011110110101101100101110110010100111100110100100110001000010 | e589aae7b5b2eca79a4c42 |
UHC | 剪絲짚LB | 1110111011110010110111101110101011000010101001000100110001000010 | eef2deeac2a44c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)