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 | إLB | 11011000101001010100110001000010 | d8a54c42 |
SJIS-WIN | ?¥LB | 0011111110000001100011110100110001000010 | 3f818f4c42 |
EUC-JP | Ø?LB | 100011111010100110101100001111110100110001000010 | 8fa9ac3f4c42 |
UTF-8 | إLB | 110000111001100011000010101001010100110001000010 | c398c2a54c42 |
UHC | Ø?LB | 1010100010101010001111110100110001000010 | a8aa3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)