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 | 暎??埇? | 10011101111100110011111100111111111110101001101000111111 | 9df33f3ffa9a3f |
EUC-JP | 暎??埇? | 1101101011110101001111110011111110001111101101111110011100111111 | daf53f3f8fb7e73f |
UTF-8 | 暎ㅸ쵛埇풣 | 111001101001101010001110111000111000010110111000111011001011010110011011111001011001111110000111111011011001001010100011 | e69a8ee385b8ecb59be59f87ed92a3 |
UHC | 暎ㅸ쵛埇풣 | 11100111101100101010010011101000101011001001110111101001101110011011111101000110 | e7b2a4e8ac9de9b9bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)