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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 觴??觴 | 111001100101101100111111001111111110011001011011 | e65b3f3fe65b |
EUC-JP | 觴宬?觴 | 1110101110111100100011111011101011010011001111111110101110111100 | ebbc8fbad33febbc |
UTF-8 | 觴宬敾觴 | 111010001010011110110100111001011010111010101100111001101001010110111110111010001010011110110100 | e8a7b4e5aeace695bee8a7b4 |
UHC | 觴宬敾觴 | 1101111111011000111000001111010011100000110000001101111111011000 | dfd8e0f4e0c0dfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)