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 | 禎?紋齬 | 10010010111101010011111110010110111001001110101010010111 | 92f53f96e4ea97 |
EUC-JP | 禎?紋齬 | 11000100111101110011111111001100111001101111001111110111 | c4f73fcce6f3f7 |
UTF-8 | 禎닻紋齬 | 111001111010011010001110111010111000101110111011111001111011010010001011111010011011110110101100 | e7a68eeb8bbbe7b48be9bdac |
UHC | 禎닻紋齬 | 1110111111101110101101001110100111011010101000111110010111100001 | efeeb4e9daa3e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)