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 | 轜狗洪羣 | 1110011101111110100010111110011110001101010111101110001110111000 | e77e8be78d5ee3b8 |
EUC-JP | 轜狗洪羣 | 1110110111011111101101101110100110111001101111111110011010111010 | eddfb6e9b9bfe6ba |
UTF-8 | 轜狗洪羣 | 111010001011110110011100111001111000101110010111111001101011010010101010111001111011111010100011 | e8bd9ce78b97e6b4aae7bea3 |
UHC | ?狗洪? | 001111111100111110110111111110111111001100111111 | 3fcfb7fbf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)