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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 椀疳擧A椀 | 100110000110111111100001011100001001110110100111010000011001100001101111 | 986fe1709da741986f |
EUC-JP | 椀疳擧A椀 | 110011111101000011100001110100011101101010101001010000011100111111010000 | cfd0e1d1daa941cfd0 |
UTF-8 | 椀疳擧A椀 | 11100110101001001000000011100111100101101011001111100110100100111010011101000001111001101010010010000000 | e6a480e796b3e693a741e6a480 |
UHC | 椀疳擧A椀 | 111010001100101011001010111101111100101111100001010000011110100011001010 | e8cacaf7cbe141e8ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)