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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 澈船澈船^ | 111110110100101110010001010001001111101101001011100100010100010001011110 | fb4b9144fb4b91445e |
EUC-JP | 澈船澈船^ | 1000111111001000111001011100000110100101100011111100100011100101110000011010010101011110 | 8fc8e5c1a58fc8e5c1a55e |
UTF-8 | 澈船澈船^ | 11100110101111101000100011101000100010001011100111100110101111101000100011101000100010001011100101011110 | e6be88e888b9e6be88e888b95e |
UHC | 澈船澈船^ | 111101001100110111100000110011111111010011001101111000001100111101011110 | f4cde0cff4cde0cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)