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 | 鉷賍 | 11111011110011011110011011011010 | fbcde6da |
EUC-JP | 鉷賍 | 1000111111100011111100011110110011011100 | 8fe3f1ecdc |
UTF-8 | 鉷賍 | 111010011000100110110111111010001011001110001101 | e989b7e8b38d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)