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 | 閼」譬 | 1110100010000100101000111110011010100000 | e884a3e6a0 |
EUC-JP | 閼」譬 | 111011111110010010001110101000111110110010100010 | efe48ea3eca2 |
UTF-8 | 閼」譬 | 111010011001011010111100111011111011110110100011111010001010110110101100 | e996bcefbda3e8adac |
UHC | 閼?譬 | 1110010011011001001111111101111010100111 | e4d93fdea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)