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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 存?? | 10010001101101100011111100111111 | 91b63f3f |
EUC-JP | 存?? | 11000010101110000011111100111111 | c2b83f3f |
UTF-8 | 存흑렫 | 111001011010110110011000111011011001110110010001111010111010000010101011 | e5ad98ed9d91eba0ab |
UHC | 存흑렫 | 111100001110110111001000111001101000111010111001 | f0edc8e68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)