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 | ëä½@h | 111010111110010010001110101111010100000001101000 | ebe48ebd4068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | ëä??@h | 10001111101010111011001110001111101010111010001100111111001111110100000001101000 | 8fabb38faba33f3f4068 |
UTF-8 | ëä½@h | 11000011101010111100001110100100110000101000111011000010101111010100000001101000 | c3abc3a4c28ec2bd4068 |
UHC | ???½@h | 00111111001111110011111110101000111101100100000001101000 | 3f3f3fa8f64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)