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 | 踰?踰?^ | 11100110111110100011111111100110111110100011111101011110 | e6fa3fe6fa3f5e |
EUC-JP | 踰?踰?^ | 11101100111111000011111111101100111111000011111101011110 | ecfc3fecfc3f5e |
UTF-8 | 踰퇓踰퇓^ | 11101000101110001011000011101101100001111001001111101000101110001011000011101101100001111001001101011110 | e8b8b0ed8793e8b8b0ed87935e |
UHC | 踰퇓踰퇓^ | 111010111011001010111000010001001110101110110010101110000100010001011110 | ebb2b844ebb2b8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)