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 | 諡型 | 11100110100010111000110001011110 | e68b8c5e |
EUC-JP | 諡型 | 11101011111010111011011110111111 | ebebb7bf |
UTF-8 | 諡型 | 111010001010101110100001111001011001111010001011 | e8aba1e59e8b |
UHC | 諡型 | 11100011110011011111101011111110 | e3cdfafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)