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 | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 鶯??LB | 111010011111001000111111001111110100110001000010 | e9f23f3f4c42 |
EUC-JP | 鶯??LB | 111100101111010000111111001111110100110001000010 | f2f43f3f4c42 |
UTF-8 | 鶯밸젙LB | 1110100110110110101011111110101110110000101110001110110010100000100110010100110001000010 | e9b6afebb0b8eca0994c42 |
UHC | 鶯밸젙LB | 1110010110100011101110011110101110100000100101010100110001000010 | e5a3b9eba0954c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)