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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隍馴洌 | 111010001010010010010011111010011001111110101110 | e8a493e99fae |
EUC-JP | 隍馴洌 | 111100001010011011000110111010111101111010110000 | f0a6c6ebdeb0 |
UTF-8 | 隍馴洌 | 111010011001101010001101111010011010011010110100111001101011010010001100 | e99a8de9a6b4e6b48c |
UHC | 隍馴洌 | 111111001101101111100010111110001101011010101100 | fcdbe2f8d6ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)