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 | 隴檎霜褶 | 1110100010101101100011001110011110010001100110101110010111110111 | e8ad8ce7919ae5f7 |
EUC-JP | 隴檎霜褶 | 1111000010101111101110001110100111000001111110101110101011111001 | f0afb8e9c1faeaf9 |
UTF-8 | 隴檎霜褶 | 111010011001101010110100111001101010101010001110111010011001110010011100111010001010010010110110 | e99ab4e6aa8ee99c9ce8a4b6 |
UHC | ?檎霜褶 | 00111111110100001101010111011111110111001110001110101000 | 3fd0d5dfdce3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)