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 | 11101001100001011000101011101101100000101011010001000010 | e9858aed82b442 |
EUC-JP | 驟器ざB | 11110001111001011011010011101111101001001011011001000010 | f1e5b4efa4b642 |
UTF-8 | 驟器ざB | 11101001101010011001111111100101100110011010100011100011100000011001011001000010 | e9a99fe599a8e3819642 |
UHC | 驟器ざB | 11110110101011101101000011101111101010101011011001000010 | f6aed0efaab642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)