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 | 齊??運 | 111010101000111000111111001111111000100101011110 | ea8e3f3f895e |
EUC-JP | 齊??運 | 111100111110111000111111001111111011000110111111 | f3ee3f3fb1bf |
UTF-8 | 齊꿰캑運 | 111010011011110110001010111010101011111110110000111011001011101010010001111010011000000110001011 | e9bd8aeabfb0ecba91e9818b |
UHC | 齊꿰캑運 | 1111000010111010101100101110011111000100101101001110101010100001 | f0bab2e7c4b4eaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)