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 | 鞜躯ケエ | 111010001101111110001011111010111011100110110100 | e8df8bebb9b4 |
EUC-JP | 鞜躯ケエ | 1111000011100001101101101110110110001110101110011000111010110100 | f0e1b6ed8eb98eb4 |
UTF-8 | 鞜躯ケエ | 111010011001111010011100111010001011101010101111111011111011110110111001111011111011110110110100 | e99e9ce8baafefbdb9efbdb4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)