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 | ??X? | 00111111001111110101100000111111 | 3f3f583f |
SJIS-WIN | 遏ュX螻 | 111001111001111110101101010110001110010110110001 | e79fad58e5b1 |
EUC-JP | 遏ュX螻 | 11101110101000011000111010101101010110001110101010110011 | eea18ead58eab3 |
UTF-8 | 遏ュX螻 | 11101001100000011000111111101111101111011010110101011000111010001001111010111011 | e9818fefbdad58e89ebb |
UHC | ??X? | 00111111001111110101100000111111 | 3f3f583f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)