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 | ?Au?@?` | 00111111010000010111010100111111010000000011111101100000 | 3f41753f403f60 |
SJIS-WIN | ?Au?@?` | 00111111010000010111010100111111010000000011111101100000 | 3f41753f403f60 |
EUC-JP | ?Au?@?` | 00111111010000010111010100111111010000000011111101100000 | 3f41753f403f60 |
UTF-8 | 혪Au혪@혣` | 11101101100110001010101001000001011101011110110110011000101010100100000011101101100110001010001101100000 | ed98aa4175ed98aa40ed98a360 |
UHC | 혪Au혪@혣` | 11000010100100100100000101110101110000101001001001000000110000101000110001100000 | c2924175c29240c28c60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)