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 | 佯??@B | 100110001101000100111111001111110100000001000010 | 98d13f3f4042 |
EUC-JP | 佯??@B | 110100001101001100111111001111110100000001000010 | d0d33f3f4042 |
UTF-8 | 佯꾨젳@B | 1110010010111101101011111110101010111110101010001110110010100000101100110100000001000010 | e4bdafeabea8eca0b34042 |
UHC | 佯꾨젳@B | 1110010110111010100001001110101110100000101001110100000001000010 | e5ba84eba0a74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)