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 | ?^}G | 00111111010111100111110101000111 | 3f5e7d47 |
SJIS-WIN | 達^}G | 1001001001000010010111100111110101000111 | 92425e7d47 |
EUC-JP | 達^}G | 1100001110100011010111100111110101000111 | c3a35e7d47 |
UTF-8 | 達^}G | 111010011000000110010100010111100111110101000111 | e981945e7d47 |
UHC | 達^}G | 1101001110111001010111100111110101000111 | d3b95e7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)