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 | 悟??而? | 10001100111001010011111100111111100011101010011100111111 | 8ce53f3f8ea73f |
EUC-JP | 悟??而? | 10111000111001110011111100111111101111001010100100111111 | b8e73f3fbca93f |
UTF-8 | 悟귣슡而쁥 | 111001101000001010011111111010101011011110100011111011001000101010100001111010001000000010001100111011001000000110100101 | e6829feab7a3ec8aa1e8808cec81a5 |
UHC | 悟귣슡而쁥 | 11100111111101101000001011101011100110101010110111101100101110111001100001101000 | e7f682eb9aadecbb9868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)