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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 荵檎勧^ | 11100100101110011000110011100111100010101010100101011110 | e4b98ce78aa95e |
EUC-JP | 荵檎勧^ | 11101000101110111011100011101001101101001010101101011110 | e8bbb8e9b4ab5e |
UTF-8 | 荵檎勧^ | 11101000100011011011010111100110101010101000111011100101100010111010011101011110 | e88db5e6aa8ee58ba75e |
UHC | ?檎?^ | 0011111111010000110101010011111101011110 | 3fd0d53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)