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 | 悟??寃? | 10001100111001010011111100111111100110111000001100111111 | 8ce53f3f9b833f |
EUC-JP | 悟??寃? | 10111000111001110011111100111111110101011110001100111111 | b8e73f3fd5e33f |
UTF-8 | 悟듽굟寃췋 | 111001101000001010011111111010111001001110111101111010101011010110011111111001011010111110000011111011001011011110001011 | e6829feb93bdeab59fe5af83ecb78b |
UHC | 悟듽굟寃췋 | 11100111111101101000101011100011100000101000011111101010101100101010111001000110 | e7f68ae38287eab2ae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)