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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 宰宰B | 1000110111001001100011011100100101000010 | 8dc98dc942 |
EUC-JP | 宰宰B | 1011101011001011101110101100101101000010 | bacbbacb42 |
UTF-8 | 宰宰B | 11100101101011101011000011100101101011101011000001000010 | e5aeb0e5aeb042 |
UHC | 宰宰B | 1110111010100101111011101010010101000010 | eea5eea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)