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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 庾?庾?^ | 100011111011110011001110001111111000111110111100110011100011111101011110 | 8fbcce3f8fbcce3f5e |
UTF-8 | 庾텱庾텱^ | 11100101101110101011111011101101100001011011000111100101101110101011111011101101100001011011000101011110 | e5babeed85b1e5babeed85b15e |
UHC | 庾텱庾텱^ | 111010101110110010110111010001001110101011101100101101110100010001011110 | eaecb744eaecb7445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)