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 | 兌墓荳 | 100110010101101110010101111001101110010010111000 | 995b95e6e4b8 |
EUC-JP | 兌墓荳 | 110100011011110011001010111010001110100010111010 | d1bccae8e8ba |
UTF-8 | 兌墓荳 | 111001011000010110001100111001011010001010010011111010001000110110110011 | e5858ce5a293e88db3 |
UHC | 兌墓荳 | 111101111011101011011001110101111101010011100101 | f7bad9d7d4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)