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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 中???枳? | 1001001010000110001111110011111100111111100111100110101100111111 | 92863f3f3f9e6b3f |
EUC-JP | 中???枳? | 1100001111100110001111110011111100111111110110111100110000111111 | c3e63f3f3fdbcc3f |
UTF-8 | 中브렢렍枳렟 | 111001001011100010101101111010111011100010001100111010111010000010100010111010111010000010001101111001101001111010110011111010111010000010011111 | e4b8adebb88ceba0a2eba08de69eb3eba09f |
UHC | 中브렢렍枳렟 | 111100011110100110111010111010101000111010110011100011101010001111110010101011001000111010110000 | f1e9baea8eb38ea3f2ac8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)