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 | 叩俗脱鱈 | 1001001001000000100100011010110110010010010001011001001001001100 | 924091ad9245924c |
EUC-JP | 叩俗脱鱈 | 1100001110100001110000101010111111000011101001101100001110101101 | c3a1c2afc3a6c3ad |
UTF-8 | 叩俗脱鱈 | 111001011000111110101001111001001011111110010111111010001000010010110001111010011011000110001000 | e58fa9e4bf97e884b1e9b188 |
UHC | 叩俗?? | 110011011011000011100001110101000011111100111111 | cdb0e1d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)