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 | uU] | 10010111011101010101010101011101 | 9775555d |
SJIS-WIN | ?uU] | 00111111011101010101010101011101 | 3f75555d |
EUC-JP | ?uU] | 00111111011101010101010101011101 | 3f75555d |
UTF-8 | uU] | 1100001010010111011101010101010101011101 | c29775555d |
UHC | ?uU] | 00111111011101010101010101011101 | 3f75555d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)