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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荵滕恐塚 | 1110010010111001100111111110110010001011101100001111101010011100 | e4b99fec8bb0fa9c |
EUC-JP | 荵滕恐? | 11101000101110111101111011101110101101101011001000111111 | e8bbdeeeb6b23f |
UTF-8 | 荵滕恐塚 | 111010001000110110110101111001101011101110010101111001101000000110010000111011111010100010010000 | e88db5e6bb95e68190efa890 |
UHC | ??恐? | 0011111100111111110011011111000000111111 | 3f3fcdf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)