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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 懽懽^ | 1001110011110011100111001111001101011110 | 9cf39cf35e |
EUC-JP | 懽懽^ | 1101100011110101110110001111010101011110 | d8f5d8f55e |
UTF-8 | 懽懽^ | 11100110100001111011110111100110100001111011110101011110 | e687bde687bd5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)