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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 繇??? | 100011111101010011010001001111110011111100111111 | 8fd4d13f3f3f |
UTF-8 | 繇꾨젙琉 | 111001111011100110000111111010101011111010101000111011001010000010011001111011111010011110001100 | e7b987eabea8eca099efa78c |
UHC | 繇꾨젙琉 | 1110100110100011100001001110101110100000100101011110101110100100 | e9a384eba095eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)