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 | 箳þB | 1110011110101110101100111111111001000010 | e7aeb3fe42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ç®?þB | 1000111110101011101011101000111110100010111011100011111110001111101010011101000001000010 | 8fabae8fa2ee3f8fa9d042 |
UTF-8 | 箳þB | 110000111010011111000010101011101100001010110011110000111011111001000010 | c3a7c2aec2b3c3be42 |
UHC | ?®³þB | 0011111110100010111001111010100111111000101010011010110101000010 | 3fa2e7a9f8a9ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)