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 | 貍蒐 | 11100110101111001000111101001110 | e6bc8f4e |
EUC-JP | 貍蒐 | 11101100101111101011110110101111 | ecbebdaf |
UTF-8 | 貍蒐 | 111010001011001010001101111010001001001010010000 | e8b28de89290 |
UHC | ?蒐 | 001111111110001010111101 | 3fe2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)