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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 澈自h澈自 | 111110110100101110001110101010010110100011111011010010111000111010101001 | fb4b8ea968fb4b8ea9 |
EUC-JP | 澈自h澈自 | 1000111111001000111001011011110010101011011010001000111111001000111001011011110010101011 | 8fc8e5bcab688fc8e5bcab |
UTF-8 | 澈自h澈自 | 11100110101111101000100011101000100001111010101001101000111001101011111010001000111010001000011110101010 | e6be88e887aa68e6be88e887aa |
UHC | 澈自h澈自 | 111101001100110111101101101110110110100011110100110011011110110110111011 | f4cdedbb68f4cdedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)