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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 箙。ヌB | 11100010101101111010000111110000111010001100011101000010 | e2b7a1f0e8c742 |
EUC-JP | 箙。?ヌB | 1110010010111001100011101010000100111111100011101100011101000010 | e4b98ea13f8ec742 |
UTF-8 | 箙。ヌB | 11100111101011101001100111101111101111011010000111101110100000101010011111101111101111101000011101000010 | e7ae99efbda1ee82a7efbe8742 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)