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 | 1110000110111100111000100110010101000010 | e1bce26542 |
EUC-JP | 眈稙B | 1110001010111110111000111100011001000010 | e2bee3c642 |
UTF-8 | 眈稙B | 11100111100111001000100011100111101010001001100101000010 | e79c88e7a89942 |
UHC | 眈稙B | 1111011110101111111100101100001001000010 | f7aff2c242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)