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 | H{@s] | 10010010010010000111101110010010010000000111001101011101 | 92487b9240735d |
SJIS-WIN | ?H{?@s] | 00111111010010000111101100111111010000000111001101011101 | 3f487b3f40735d |
EUC-JP | ?H{?@s] | 00111111010010000111101100111111010000000111001101011101 | 3f487b3f40735d |
UTF-8 | H{@s] | 110000101001001001001000011110111100001010010010010000000111001101011101 | c292487bc29240735d |
UHC | ?H{?@s] | 00111111010010000111101100111111010000000111001101011101 | 3f487b3f40735d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)