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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邊、邀オB | 11100111101100101010010011100111101100011011010101000010 | e7b2a4e7b1b542 |
EUC-JP | 邊、邀オB | 111011101011010010001110101001001110111010110011100011101011010101000010 | eeb48ea4eeb38eb542 |
UTF-8 | 邊、邀オB | 11101001100000101000101011101111101111011010010011101001100000101000000011101111101111011011010101000010 | e9828aefbda4e98280efbdb542 |
UHC | 邊?邀?B | 11011100101010110011111111101001101011010011111101000010 | dcab3fe9ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)