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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 鞜懷叉\ | 11101000110111111001110011100101100011011011001101011100 | e8df9ce58db35c |
EUC-JP | 鞜懷叉\ | 11110000111000011101100011100111101110101011010101011100 | f0e1d8e7bab55c |
UTF-8 | 鞜懷叉\ | 11101001100111101001110011100110100001111011011111100101100011111000100101011100 | e99e9ce687b7e58f895c |
UHC | ?懷叉\ | 001111111111110011100011111100111010100101011100 | 3ffce3f3a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)