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 | 100011011000100000111111010000001000110110001000001111110100000001000010 | 8d883f408d883f4042 |
EUC-JP | 壕?@壕?@B | 101110011110100000111111010000001011100111101000001111110100000001000010 | b9e83f40b9e83f4042 |
UTF-8 | 壕렚@壕렚@B | 111001011010001110010101111010111010000010011010010000001110010110100011100101011110101110100000100110100100000001000010 | e5a395eba09a40e5a395eba09a4042 |
UHC | 壕렚@壕렚@B | 1111101110111101100011101010110101000000111110111011110110001110101011010100000001000010 | fbbd8ead40fbbd8ead4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)