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 | 腫貊??^ | 10001110111011101110011010111011001111110011111101011110 | 8eeee6bb3f3f5e |
EUC-JP | 腫貊??^ | 10111100111100001110110010111101001111110011111101011110 | bcf0ecbd3f3f5e |
UTF-8 | 腫貊렲렦^ | 11101000100001011010101111101000101100101000101011101011101000001011001011101011101000001010011001011110 | e885abe8b28aeba0b2eba0a65e |
UHC | 腫貊렲렦^ | 111100001111111011011000111001111000111010111111100011101011010101011110 | f0fed8e78ebf8eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)