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 | 11101000101011101000110011100111100011001010101101000010 | e8ae8ce78cab42 |
EUC-JP | 隶檎賢B | 11110000101100001011100011101001101110001010110101000010 | f0b0b8e9b8ad42 |
UTF-8 | 隶檎賢B | 11101001100110101011011011100110101010101000111011101000101100111010001001000010 | e99ab6e6aa8ee8b3a242 |
UHC | ?檎賢B | 001111111101000011010101111110101110011101000010 | 3fd0d5fae742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)