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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遯医Ι粡。驥 | 1110011110101010100010001110001110000011101001111110001011100111101000011110100110000111 | e7aa88e383a7e2e7a1e987 |
EUC-JP | 遯医Ι粡。驥 | 111011101010110010110000111001011010011010101001111001001110100110001110101000011111000111100111 | eeacb0e5a6a9e4e98ea1f1e7 |
UTF-8 | 遯医Ι粡。驥 | 1110100110000001101011111110010110001100101110111100111010011001111001111011001010100001111011111011110110100001111010011010100110100101 | e981afe58cbbce99e7b2a1efbda1e9a9a5 |
UHC | 遯?Ι??驥 | 110101001110111000111111101001011100100100111111001111111101000111001010 | d4ee3fa5c93f3fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)