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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 柞隴嵬 | 100111100110111111101000101011011001101111001010 | 9e6fe8ad9bca |
EUC-JP | 柞隴嵬 | 110110111101000011110000101011111101011011001100 | dbd0f0afd6cc |
UTF-8 | 柞隴嵬 | 111001101001111110011110111010011001101010110100111001011011010110101100 | e69f9ee99ab4e5b5ac |
UHC | ??嵬 | 00111111001111111110100011100011 | 3f3fe8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)