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 | 貍汁 | 11100110101111001000111101100000 | e6bc8f60 |
EUC-JP | 貍汁 | 11101100101111101011110111000001 | ecbebdc1 |
UTF-8 | 貍汁 | 111010001011001010001101111001101011000110000001 | e8b28de6b181 |
UHC | ?汁 | 001111111111000111110000 | 3ff1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)