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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 艶k?@B | 10001001100100001000001010001011001111110100000001000010 | 8990828b3f4042 |
EUC-JP | 艶k?@B | 10110001111100001010001111101011001111110100000001000010 | b1f0a3eb3f4042 |
UTF-8 | 艶k젡@B | 1110100010001001101101101110111110111101100010111110110010100000101000010100000001000010 | e889b6efbd8beca0a14042 |
UHC | 艶k젡@B | 1110011011111101101000111110101110100000100110100100000001000010 | e6fda3eba09a4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)