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 | 扇石扇奣 | 1001000011101110100100001100111010010000111011101111101010100011 | 90ee90ce90eefaa3 |
EUC-JP | 扇石扇奣 | 110000001111000011000000110100001100000011110000100011111011100011111100 | c0f0c0d0c0f08fb8fc |
UTF-8 | 扇石扇奣 | 111001101000100110000111111001111001111110110011111001101000100110000111111001011010010110100011 | e68987e79fb3e68987e5a5a3 |
UHC | 扇石扇? | 11100000101111111110000010110100111000001011111100111111 | e0bfe0b4e0bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)