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 | ???ZB | 0011111100111111001111110101101001000010 | 3f3f3f5a42 |
SJIS-WIN | 恁??ZB | 100111001000110000111111001111110101101001000010 | 9c8c3f3f5a42 |
EUC-JP | 恁??ZB | 110101111110110000111111001111110101101001000010 | d7ec3f3f5a42 |
UTF-8 | 恁⑹껴ZB | 1110011010000001100000011110001010010001101110011110101010111011101101000101101001000010 | e68181e291b9eabbb45a42 |
UHC | 恁⑹껴ZB | 1110110011110110101010011110110010110010101110000101101001000010 | ecf6a9ecb2b85a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)