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 | 111000100111011000111111010000001110001001110110001111110100000001000010 | e2763f40e2763f4042 |
EUC-JP | 穽?@穽?@B | 111000111101011100111111010000001110001111010111001111110100000001000010 | e3d73f40e3d73f4042 |
UTF-8 | 穽렯@穽렯@B | 111001111010100110111101111010111010000010101111010000001110011110101001101111011110101110100000101011110100000001000010 | e7a9bdeba0af40e7a9bdeba0af4042 |
UHC | 穽렯@穽렯@B | 1110111111110000100011101011110001000000111011111111000010001110101111000100000001000010 | eff08ebc40eff08ebc4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)