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 | 鐔梧詐 | 111010000101110010001100111001101000110110111100 | e85c8ce68dbc |
EUC-JP | 鐔梧詐 | 111011111011110110111000111010001011101010111110 | efbdb8e8babe |
UTF-8 | 鐔梧詐 | 111010011001000010010100111001101010001010100111111010001010100110010000 | e99094e6a2a7e8a990 |
UHC | ?梧詐 | 0011111111100111111111001101111011110001 | 3fe7fcdef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)