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 | 亊癩n^ | 10011000101011011110000110011010100000101000111001011110 | 98ade19a828e5e |
EUC-JP | 亊癩n^ | 11010000101011111110000111111010101000111110111001011110 | d0afe1faa3ee5e |
UTF-8 | 亊癩n^ | 11100100101110101000101011100111100110011010100111101111101111011000111001011110 | e4ba8ae799a9efbd8e5e |
UHC | ?癩n^ | 001111111101010011111101101000111110111001011110 | 3fd4fda3ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)