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 | 蠕郁源 | 111001011011111010001000111010001000110010111001 | e5be88e88cb9 |
EUC-JP | 蠕郁源 | 111010101100000010110000111010101011100010111011 | eac0b0eab8bb |
UTF-8 | 蠕郁源 | 111010001010000010010101111010011000001110000001111001101011101010010000 | e8a095e98381e6ba90 |
UHC | ?郁源 | 0011111111101001111101001110101010111001 | 3fe9f4eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)