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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 霆城㍾B | 11101000101110111000111111101001100001111000110101000010 | e8bb8fe9878d42 |
EUC-JP | 霆城?B | 111100001011110110111110111010110011111101000010 | f0bdbeeb3f42 |
UTF-8 | 霆城㍾B | 11101001100111001000011011100101100111111000111011100011100011011011111001000010 | e99c86e59f8ee38dbe42 |
UHC | 霆城?B | 111011111111110111100000111100100011111101000010 | effde0f23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)