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 | 瓮?Б靄 | 11100001010001000011111110000100010000011110100011001001 | e1443f8441e8c9 |
EUC-JP | 瓮?Б靄 | 11100001101001010011111110100111101000101111000011001011 | e1a53fa7a2f0cb |
UTF-8 | 瓮욕Б靄 | 1110011110010011101011101110110010011010100101011101000010010001111010011001110110000100 | e793aeec9a95d091e99d84 |
UHC | 瓮욕Б靄 | 1110100010110111101111111110010110101100101000101110010011110111 | e8b7bfe5aca2e4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)