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 | 鞨菩万礦 | 1110100011100000100101011110110010010110100111001110000111100110 | e8e095ec969ce1e6 |
EUC-JP | 鞨菩万礦 | 1111000011100010110010101110111011001011111111001110001011101000 | f0e2caeecbfce2e8 |
UTF-8 | 鞨菩万礦 | 111010011001111010101000111010001000111110101001111001001011100010000111111001111010010010100110 | e99ea8e88fa9e4b887e7a4a6 |
UHC | 鞨菩万? | 11001010111010101101110011001100110110001011001000111111 | caeadcccd8b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)