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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 惜???\ | 100100001100100100111111001111110011111101011100 | 90c93f3f3f5c |
EUC-JP | 惜???\ | 110000001100101100111111001111110011111101011100 | c0cb3f3f3f5c |
UTF-8 | 惜렱롈서\ | 11100110100000111001110011101011101000001011000111101011101000011000100011101100100001001001110001011100 | e6839ceba0b1eba188ec849c5c |
UHC | 惜렱롈서\ | 111000001010110110001110101111101000111011001110101111001010110101011100 | e0ad8ebe8ecebcad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)