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 | 螫ェ豢溽 | 11100101101011001010101011100110101101001001111111100111 | e5acaae6b49fe7 |
EUC-JP | 螫ェ豢溽 | 1110101010101110100011101010101011101100101101101101111011101001 | eaae8eaaecb6dee9 |
UTF-8 | 螫ェ豢溽 | 111010001001111010101011111011111011110110101010111010001011000110100010111001101011101010111101 | e89eabefbdaae8b1a2e6babd |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)