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 | 讀型 | 11100110101001001000110001011110 | e6a48c5e |
EUC-JP | 讀型 | 11101100101001101011011110111111 | eca6b7bf |
UTF-8 | 讀型 | 111010001010111010000000111001011001111010001011 | e8ae80e59e8b |
UHC | 讀型 | 11010100110000011111101011111110 | d4c1fafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)