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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臟堪偈 | 111001000110011010001010101011001001100011110011 | e4668aac98f3 |
EUC-JP | 臟堪偈 | 111001111100011110110100101011101101000011110101 | e7c7b4aed0f5 |
UTF-8 | 臟堪偈 | 111010001000011110011111111001011010000010101010111001011000000110001000 | e8879fe5a0aae58188 |
UHC | 臟堪偈 | 111011011111010011001010111011011100110010100111 | edf4caedcca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)