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 | 貊狩 | 11100110101110111000111011101011 | e6bb8eeb |
EUC-JP | 貊狩 | 11101100101111011011110011101101 | ecbdbced |
UTF-8 | 貊狩 | 111010001011001010001010111001111000101110101001 | e8b28ae78ba9 |
UHC | 貊狩 | 11011000111001111110001010101101 | d8e7e2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)