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 | 中????? | 10010010100001100011111100111111001111110011111100111111 | 92863f3f3f3f3f |
EUC-JP | 中?珽?荑? | 1100001111100110001111111000111111001011111111100011111110001111110101111111100100111111 | c3e63f8fcbfe3f8fd7f93f |
UTF-8 | 中렎珽렰荑푀 | 111001001011100010101101111010111010000010001110111001111000111110111101111010111010000010110000111010001000110110010001111011011001000110000000 | e4b8adeba08ee78fbdeba0b0e88d91ed9180 |
UHC | 中렎珽렰荑푀 | 111100011110100110001110101001001110111111101010100011101011110111101100101111111100011110100011 | f1e98ea4efea8ebdecbfc7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)