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 | 驗捨粱 | 111010011000010010001110110011001110001011101011 | e9848ecce2eb |
EUC-JP | 驗捨粱 | 111100011110010010111100110011101110010011101101 | f1e4bccee4ed |
UTF-8 | 驗捨粱 | 111010011010100110010111111001101000110110101000111001111011001010110001 | e9a997e68da8e7b2b1 |
UHC | 驗捨粱 | 111110101101000011011110110101111101010111011100 | fad0ded7d5dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)