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 | 瓦?亥祀η | 100010101010001000111111100010001110010111100010010010101000001111000101 | 8aa23f88e5e24a83c5 |
EUC-JP | 瓦?亥祀η | 101101001010010000111111101100001110011111100011101010111010011011000111 | b4a43fb0e7e3aba6c7 |
UTF-8 | 瓦렧亥祀η | 1110011110010011101001101110101110100000101001111110010010111010101001011110011110100101100000001100111010110111 | e793a6eba0a7e4baa5e7a580ceb7 |
UHC | 瓦렧亥祀η | 11101000101111111000111010110110111110101010010011011110111001011010010111100111 | e8bf8eb6faa4dee5a5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)