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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 薀蜴薀蜴B | 111001010100010011100101100011101110010101000100111001011000111001000010 | e544e58ee544e58e42 |
EUC-JP | 薀蜴薀蜴B | 111010011010010111101001111011101110100110100101111010011110111001000010 | e9a5e9eee9a5e9ee42 |
UTF-8 | 薀蜴薀蜴B | 11101000100101101000000011101000100111001011010011101000100101101000000011101000100111001011010001000010 | e89680e89cb4e89680e89cb442 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)