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 | 程?雋??? | 1001001011110110001111111110100010110010001111110011111100111111 | 92f63fe8b23f3f3f |
EUC-JP | 程?雋??? | 1100010011111000001111111111000010110100001111110011111100111111 | c4f83ff0b43f3f3f |
UTF-8 | 程렣雋잦렰심 | 111001111010100010001011111010111010000010100011111010011001101110001011111011001001111010100110111010111010000010110000111011001000101110101100 | e7a88beba0a3e99b8bec9ea6eba0b0ec8bac |
UHC | 程렣雋잦렰심 | 111011111110111110001110101101001111000111100110110000001110011010001110101111011011110111001001 | efef8eb4f1e6c0e68ebdbdc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)