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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 枝蝎蹈 | 100011100111110111100101100110011110011101000100 | 8e7de599e744 |
EUC-JP | 枝蝎蹈 | 101110111101111011101001111110011110110110100101 | bbdee9f9eda5 |
UTF-8 | 枝蝎蹈 | 111001101001111010011101111010001001110110001110111010001011100110001000 | e69e9de89d8ee8b988 |
UHC | 枝蝎蹈 | 111100101010101111001010111010011101010010110000 | f2abcae9d4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)