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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 檍?ⅶB | 100111101111100000111111111110100100011001000010 | 9ef83ffa4642 |
EUC-JP | 檍??B | 1101110011111010001111110011111101000010 | dcfa3f3f42 |
UTF-8 | 檍용ⅶB | 11100110101010101000110111101100100110101010100111100010100001011011011001000010 | e6aa8dec9aa9e285b642 |
UHC | 檍용ⅶB | 11100101111001011011111111101011101001011010011101000010 | e5e5bfeba5a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)