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 | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 狸側@B | 100100100100101110010001101001000100000001000010 | 924b91a44042 |
EUC-JP | 狸側@B | 110000111010110011000010101001100100000001000010 | c3acc2a64042 |
UTF-8 | 狸側@B | 1110011110001011101110001110010110000001101101000100000001000010 | e78bb8e581b44042 |
UHC | 狸側@B | 110101111110000111110110101100000100000001000010 | d7e1f6b04042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)