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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諧?獸 | 1110011001111110001111111110000011010111 | e67e3fe0d7 |
EUC-JP | 諧?獸 | 1110101111011111001111111110000011011001 | ebdf3fe0d9 |
UTF-8 | 諧찮獸 | 111010001010101110100111111011001011000010101110111001111000110110111000 | e8aba7ecb0aee78db8 |
UHC | 諧찮獸 | 111110101011001011000010111110101110001010101110 | fab2c2fae2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)