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 | 驥珠奥 | 111010011000011110001110111011001000100110011100 | e9878eec899c |
EUC-JP | 驥珠奥 | 111100011110011110111100111011101011000111111100 | f1e7bceeb1fc |
UTF-8 | 驥珠奥 | 111010011010100110100101111001111000111110100000111001011010010110100101 | e9a9a5e78fa0e5a5a5 |
UHC | 驥珠? | 1101000111001010111100011100000100111111 | d1caf1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)