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 | 奝」鮖ソ韜仙 | 11111010101000101010001111101001101110011011111111101000111010011001000011100101 | faa2a3e9b9bfe8e990e5 |
EUC-JP | 奝」鮖ソ韜仙 | 10001111101110001111100010001110101000111111001010111011100011101011111111110000111010111100000011100111 | 8fb8f88ea3f2bb8ebff0ebc0e7 |
UTF-8 | 奝」鮖ソ韜仙 | 111001011010010110011101111011111011110110100011111010011010111010010110111011111011110110111111111010011001111110011100111001001011101110011001 | e5a59defbda3e9ae96efbdbfe99f9ce4bb99 |
UHC | ????韜仙 | 0011111100111111001111110011111111010100101101111110000010111001 | 3f3f3f3fd4b7e0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)