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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 裝脛??B | 11100101111001001110001111111000001111110011111101000010 | e5e4e3f83f3f42 |
EUC-JP | 裝脛??B | 11101010111001101110011011111010001111110011111101000010 | eae6e6fa3f3f42 |
UTF-8 | 裝脛렧렭B | 11101000101000111001110111101000100001001001101111101011101000001010011111101011101000001010110101000010 | e8a39de8849beba0a7eba0ad42 |
UHC | 裝脛렧렭B | 111011011111101111001100111010111000111010110110100011101011101001000010 | edfbcceb8eb68eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)