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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踟イム躯Φ | 1110011011110111101100101101000110001011111010111000001110110011 | e6f7b2d18beb83b3 |
EUC-JP | 踟イム躯Φ | 11101100111110011000111010110010100011101101000110110110111011011010011010110101 | ecf98eb28ed1b6eda6b5 |
UTF-8 | 踟イム躯Φ | 1110100010111000100111111110111110111101101100101110111110111110100100011110100010111010101011111100111010100110 | e8b89fefbdb2efbe91e8baafcea6 |
UHC | ????Φ | 001111110011111100111111001111111010010111010101 | 3f3f3f3fa5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)