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 | ?曉?豹 | 001111111001110111111010001111111001010101011110 | 3f9dfa3f955e |
EUC-JP | ?曉?豹 | 001111111101101011111100001111111100100110111111 | 3fdafc3fc9bf |
UTF-8 | 뤗曉뤸豹 | 111010111010010010010111111001101001101110001001111010111010010010111000111010001011000110111001 | eba497e69b89eba4b8e8b1b9 |
UHC | 뤗曉뤸豹 | 1000111111000111111111001111101110001111111001101111100011111011 | 8fc7fcfb8fe6f8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)