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 | ???hh | 0011111100111111001111110110100001101000 | 3f3f3f6868 |
SJIS-WIN | 狸属遜hh | 1001001001001011100100011010111010010001101110110110100001101000 | 924b91ae91bb6868 |
EUC-JP | 狸属遜hh | 1100001110101100110000101011000011000010101111010110100001101000 | c3acc2b0c2bd6868 |
UTF-8 | 狸属遜hh | 1110011110001011101110001110010110110001100111101110100110000001100111000110100001101000 | e78bb8e5b19ee9819c6868 |
UHC | 狸?遜hh | 11010111111000010011111111100001111000010110100001101000 | d7e13fe1e16868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)