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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肄?應 | 1110001111100101001111111001110011100100 | e3e53f9ce4 |
EUC-JP | 肄?應 | 1110011011100111001111111101100011100110 | e6e73fd8e6 |
UTF-8 | 肄렣應 | 111010001000001010000100111010111010000010100011111001101000011110001001 | e88284eba0a3e68789 |
UHC | 肄렣應 | 111011001011110110001110101101001110101111101011 | ecbd8eb4ebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)