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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驟悟濤 | 111010011000010110001100111001011001111110110111 | e9858ce59fb7 |
EUC-JP | 驟悟濤 | 111100011110010110111000111001111101111010111001 | f1e5b8e7deb9 |
UTF-8 | 驟悟濤 | 111010011010100110011111111001101000001010011111111001101011111110100100 | e9a99fe6829fe6bfa4 |
UHC | 驟悟濤 | 111101101010111011100111111101101101010010100110 | f6aee7f6d4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)