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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 棊絛棊絛^ | 100111101001011111100011010101011001111010010111111000110101010101011110 | 9e97e3559e97e3555e |
EUC-JP | 棊絛棊絛^ | 110110111111011111100101101101101101101111110111111001011011011001011110 | dbf7e5b6dbf7e5b65e |
UTF-8 | 棊絛棊絛^ | 11100110101000111000101011100111101101011001101111100110101000111000101011100111101101011001101101011110 | e6a38ae7b59be6a38ae7b59b5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)