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 | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | ?i?iB | 0011111101101001001111110110100101000010 | 3f693f6942 |
EUC-JP | 棅i棅iB | 100011111100001111111011011010011000111111000011111110110110100101000010 | 8fc3fb698fc3fb6942 |
UTF-8 | 棅i棅iB | 111001101010001110000101011010011110011010100011100001010110100101000010 | e6a38569e6a3856942 |
UHC | 棅i棅iB | 11011100101110000110100111011100101110000110100101000010 | dcb869dcb86942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)