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 | 鸚??椅ε | 1110101001011111001111110011111110001000110101101000001111000011 | ea5f3f3f88d683c3 |
EUC-JP | 鸚??椅ε | 1111001111000000001111110011111110110000110110001010011011000101 | f3c03f3fb0d8a6c5 |
UTF-8 | 鸚쒓퍒椅ε | 1110100110111000100110101110110010010010100100111110110110001101100100101110011010100100100001011100111010110101 | e9b89aec9293ed8d92e6a485ceb5 |
UHC | 鸚쒓퍒椅ε | 11100101101001001001110011101010101110111000100111101011111101011010010111100101 | e5a49ceabb89ebf5a5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)