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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 程?@程?@B | 100100101111011000111111010000001001001011110110001111110100000001000010 | 92f63f4092f63f4042 |
EUC-JP | 程?@程?@B | 110001001111100000111111010000001100010011111000001111110100000001000010 | c4f83f40c4f83f4042 |
UTF-8 | 程렟@程렟@B | 111001111010100010001011111010111010000010011111010000001110011110101000100010111110101110100000100111110100000001000010 | e7a88beba09f40e7a88beba09f4042 |
UHC | 程렟@程렟@B | 1110111111101111100011101011000001000000111011111110111110001110101100000100000001000010 | efef8eb040efef8eb04042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)