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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 驟器┝P | 11101001100001011000101011101101100001001011101001010000 | e9858aed84ba50 |
EUC-JP | 驟器┝P | 11110001111001011011010011101111101010001011110001010000 | f1e5b4efa8bc50 |
UTF-8 | 驟器┝P | 11101001101010011001111111100101100110011010100011100010100101001001110101010000 | e9a99fe599a8e2949d50 |
UHC | 驟器┝P | 11110110101011101101000011101111101001101011110001010000 | f6aed0efa6bc50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)