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 | 貍梅 | 11100110101111001001010001111110 | e6bc947e |
EUC-JP | 貍梅 | 11101100101111101100011111011111 | ecbec7df |
UTF-8 | 貍梅 | 111010001011001010001101111001101010001010000101 | e8b28de6a285 |
UHC | ?梅 | 001111111101100011011110 | 3fd8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)