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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 程?憶?臍 | 1001001011110110001111111000100110101111001111111110010001100000 | 92f63f89af3fe460 |
EUC-JP | 程?憶?臍 | 1100010011111000001111111011001010110001001111111110011111000001 | c4f83fb2b13fe7c1 |
UTF-8 | 程렣憶렞臍 | 111001111010100010001011111010111010000010100011111001101000011010110110111010111010000010011110111010001000011110001101 | e7a88beba0a3e686b6eba09ee8878d |
UHC | 程렣憶렞臍 | 11101111111011111000111010110100111001011110001110001110101011111111000010110000 | efef8eb4e5e38eaff0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)