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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 閻ア迯 | 1110100010000101101100011110011110001101 | e885b1e78d |
EUC-JP | 閻ア迯 | 111011111110010110001110101100011110110111101101 | efe58eb1eded |
UTF-8 | 閻ア迯 | 111010011001011010111011111011111011110110110001111010001011111110101111 | e996bbefbdb1e8bfaf |
UHC | 閻?? | 11100111101000100011111100111111 | e7a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)