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?` | 00111111010000010011111101100000 | 3f413f60 |
SJIS-WIN | ?A?` | 00111111010000010011111101100000 | 3f413f60 |
EUC-JP | ?A?` | 00111111010000010011111101100000 | 3f413f60 |
UTF-8 | 혪A혣` | 1110110110011000101010100100000111101101100110001010001101100000 | ed98aa41ed98a360 |
UHC | 혪A혣` | 110000101001001001000001110000101000110001100000 | c29241c28c60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)