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 | 羣聊薑疇 | 1110001110111000111000111101011011100101010001111110000101100101 | e3b8e3d6e547e165 |
EUC-JP | 羣聊薑疇 | 1110011010111010111001101101100011101001101010001110000111000110 | e6bae6d8e9a8e1c6 |
UTF-8 | 羣聊薑疇 | 111001111011111010100011111010001000000110001010111010001001011010010001111001111001011010000111 | e7bea3e8818ae89691e79687 |
UHC | ?聊薑疇 | 00111111110101101111110111001011101110011111000111000010 | 3fd6fdcbb9f1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)