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 | 析?淅 | 1001000011001101001111111001111111000110 | 90cd3f9fc6 |
EUC-JP | 析?淅 | 1100000011001111001111111101111011001000 | c0cf3fdec8 |
UTF-8 | 析狀淅 | 111001101001111010010000111001111000101110000000111001101011011110000101 | e69e90e78b80e6b785 |
UHC | 析狀淅 | 111000001011000011011111110100101110000010110010 | e0b0dfd2e0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)