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 | 析星舌析 | 1001000011001101100100001010111110010000111000111001000011001101 | 90cd90af90e390cd |
EUC-JP | 析星舌析 | 1100000011001111110000001011000111000000111001011100000011001111 | c0cfc0b1c0e5c0cf |
UTF-8 | 析星舌析 | 111001101001111010010000111001101001100010011111111010001000100010001100111001101001111010010000 | e69e90e6989fe8888ce69e90 |
UHC | 析星舌析 | 1110000010110000111000001111100011100000110111111110000010110000 | e0b0e0f8e0dfe0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)