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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 跼吃 | 11100110111100001000101101101000 | e6f08b68 |
EUC-JP | 跼吃 | 11101100111100101011010111001001 | ecf2b5c9 |
UTF-8 | 跼吃 | 111010001011011110111100111001011001000010000011 | e8b7bce59083 |
UHC | ?吃 | 001111111111110111011110 | 3ffdde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)