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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訒」鮖ソ韜仙 | 11111011101000111010001111101001101110011011111111101000111010011001000011100101 | fba3a3e9b9bfe8e990e5 |
EUC-JP | 訒」鮖ソ韜仙 | 10001111110111011100100010001110101000111111001010111011100011101011111111110000111010111100000011100111 | 8fddc88ea3f2bb8ebff0ebc0e7 |
UTF-8 | 訒」鮖ソ韜仙 | 111010001010100010010010111011111011110110100011111010011010111010010110111011111011110110111111111010011001111110011100111001001011101110011001 | e8a892efbda3e9ae96efbdbfe99f9ce4bb99 |
UHC | ????韜仙 | 0011111100111111001111110011111111010100101101111110000010111001 | 3f3f3f3fd4b7e0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)