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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 躑躑^ | 1110011101010101111001110101010101011110 | e755e7555e |
EUC-JP | 躑躑^ | 1110110110110110111011011011011001011110 | edb6edb65e |
UTF-8 | 躑躑^ | 11101000101110101001000111101000101110101001000101011110 | e8ba91e8ba915e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)