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 | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 椀疳擧A | 10011000011011111110000101110000100111011010011101000001 | 986fe1709da741 |
EUC-JP | 椀疳擧A | 11001111110100001110000111010001110110101010100101000001 | cfd0e1d1daa941 |
UTF-8 | 椀疳擧A | 11100110101001001000000011100111100101101011001111100110100100111010011101000001 | e6a480e796b3e693a741 |
UHC | 椀疳擧A | 11101000110010101100101011110111110010111110000101000001 | e8cacaf7cbe141 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)