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 | 悟??吟? | 10001100111001010011111100111111100010111110000100111111 | 8ce53f3f8be13f |
EUC-JP | 悟??吟? | 10111000111001110011111100111111101101101110001100111111 | b8e73f3fb6e33f |
UTF-8 | 悟듽굝吟텯 | 111001101000001010011111111010111001001110111101111010101011010110011101111001011001000010011111111011011000010110101111 | e6829feb93bdeab59de5909fed85af |
UHC | 悟듽굝吟텯 | 11100111111101101000101011100011100000101000010111101011111000011011011101000010 | e7f68ae38285ebe1b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)