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 | 驥咲蕪 | 111010011000011110001101111001111001010110010011 | e9878de79593 |
EUC-JP | 驥咲蕪 | 111100011110011110111010111010011100100111110011 | f1e7bae9c9f3 |
UTF-8 | 驥咲蕪 | 111010011010100110100101111001011001001010110010111010001001010110101010 | e9a9a5e592b2e895aa |
UHC | 驥?蕪 | 1101000111001010001111111101100111110011 | d1ca3fd9f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)