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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誰側多鱈 | 1001001001001110100100011010010010010001101111011001001001001100 | 924e91a491bd924c |
EUC-JP | 誰側多鱈 | 1100001110101111110000101010011011000010101111111100001110101101 | c3afc2a6c2bfc3ad |
UTF-8 | 誰側多鱈 | 111010001010101010110000111001011000000110110100111001011010010010011010111010011011000110001000 | e8aab0e581b4e5a49ae9b188 |
UHC | 誰側多? | 11100010110000011111011010110000110100101111110100111111 | e2c1f6b0d2fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)