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 | 閠廊\ | 1110100010000000100110000100110001011100 | e880984c5c |
EUC-JP | 閠廊\ | 1110111111100000110011111010110101011100 | efe0cfad5c |
UTF-8 | 閠廊\ | 11101001100101101010000011100101101110111000101001011100 | e996a0e5bb8a5c |
UHC | ?廊\ | 00111111110101011100011001011100 | 3fd5c65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)