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 | 膠居 | 11100100010100001000101110001111 | e4508b8f |
EUC-JP | 膠居 | 11100111101100011011010111101111 | e7b1b5ef |
UTF-8 | 膠居 | 111010001000011010100000111001011011000110000101 | e886a0e5b185 |
UHC | 膠居 | 11001110111011111100101111011100 | ceefcbdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)