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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莉冶カウ遶ェ | 111001001011101110010110111010001011011010110011111001111010101110101010 | e4bb96e8b6b3e7abaa |
EUC-JP | 莉冶カウ遶ェ | 111010001011110111001100111010101000111010110110100011101011001111101110101011011000111010101010 | e8bdccea8eb68eb3eead8eaa |
UTF-8 | 莉冶カウ遶ェ | 111010001000111010001001111001011000011010110110111011111011110110110110111011111011110110110011111010011000000110110110111011111011110110101010 | e88e89e586b6efbdb6efbdb3e981b6efbdaa |
UHC | 莉冶???? | 1101011111101001111001011010011100111111001111110011111100111111 | d7e9e5a73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)