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 | 源?賈 | 1000110010111001001111111110011011001001 | 8cb93fe6c9 |
EUC-JP | 源?賈 | 1011100010111011001111111110110011001011 | b8bb3feccb |
UTF-8 | 源잰賈 | 111001101011101010010000111011001001111010110000111010001011001110001000 | e6ba90ec9eb0e8b388 |
UHC | 源잰賈 | 111010101011100111000000111010011100101010111001 | eab9c0e9cab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)