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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 析?淅析 | 10010000110011010011111110011111110001101001000011001101 | 90cd3f9fc690cd |
EUC-JP | 析?淅析 | 11000000110011110011111111011110110010001100000011001111 | c0cf3fdec8c0cf |
UTF-8 | 析狀淅析 | 111001101001111010010000111001111000101110000000111001101011011110000101111001101001111010010000 | e69e90e78b80e6b785e69e90 |
UHC | 析狀淅析 | 1110000010110000110111111101001011100000101100101110000010110000 | e0b0dfd2e0b2e0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)