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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 莉儉\ | 1110010010111011100110010100110001011100 | e4bb994c5c |
EUC-JP | 莉儉\ | 1110100010111101110100011010110101011100 | e8bdd1ad5c |
UTF-8 | 莉儉\ | 11101000100011101000100111100101100001001000100101011100 | e88e89e584895c |
UHC | 莉儉\ | 1101011111101001110010111111101101011100 | d7e9cbfb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)