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 | 轤珠 | 11100111100000101000111011101100 | e7828eec |
EUC-JP | 轤珠 | 11101101111000101011110011101110 | ede2bcee |
UTF-8 | 轤珠 | 111010001011110110100100111001111000111110100000 | e8bda4e78fa0 |
UHC | ?珠 | 001111111111000111000001 | 3ff1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)