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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 椌遽 | 10011110100111011110011110101111 | 9e9de7af |
EUC-JP | 椌遽 | 11011011111111011110111010110001 | dbfdeeb1 |
UTF-8 | 椌遽 | 111001101010010010001100111010011000000110111101 | e6a48ce981bd |
UHC | ?遽 | 001111111100101111101000 | 3fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)