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 | 鐔頑詐 | 111010000101110010001010111001101000110110111100 | e85c8ae68dbc |
EUC-JP | 鐔頑詐 | 111011111011110110110100111010001011101010111110 | efbdb4e8babe |
UTF-8 | 鐔頑詐 | 111010011001000010010100111010011010000010010001111010001010100110010000 | e99094e9a091e8a990 |
UHC | ?頑詐 | 0011111111101000110101111101111011110001 | 3fe8d7def1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)