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 | 達存多足 | 1001001001000010100100011011011010010001101111011001000110101011 | 924291b691bd91ab |
EUC-JP | 達存多足 | 1100001110100011110000101011100011000010101111111100001010101101 | c3a3c2b8c2bfc2ad |
UTF-8 | 達存多足 | 111010011000000110010100111001011010110110011000111001011010010010011010111010001011011010110011 | e98194e5ad98e5a49ae8b6b3 |
UHC | 達存多足 | 1101001110111001111100001110110111010010111111011111000011101011 | d3b9f0edd2fdf0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)