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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?淨增B | 001111111001111111000100111110101001110101000010 | 3f9fc4fa9d42 |
EUC-JP | ?淨?B | 0011111111011110110001100011111101000010 | 3fdec63f42 |
UTF-8 | 숟淨增B | 11101100100010001001111111100110101101111010100011100101101000101001111001000010 | ec889fe6b7a8e5a29e42 |
UHC | 숟淨增B | 10111100111110011110111111100100111100011111001001000010 | bcf9efe4f1f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)