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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | 訝???@ | 111001100110001000111111001111110011111101000000 | e6623f3f3f40 |
EUC-JP | 訝???@ | 111010111100001100111111001111110011111101000000 | ebc33f3f3f40 |
UTF-8 | 訝렱롅솎@ | 11101000101010001001110111101011101000001011000111101011101000011000010111101100100001101000111001000000 | e8a89deba0b1eba185ec868e40 |
UHC | 訝렱롅솎@ | 111001001011100010001110101111101000111011001011101111001101010001000000 | e4b88ebe8ecbbcd440 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)