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 | ??{d | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | ?驗{d | 0011111111101001100001000111101101100100 | 3fe9847b64 |
EUC-JP | ?驗{d | 0011111111110001111001000111101101100100 | 3ff1e47b64 |
UTF-8 | 뤓驗{d | 1110101110100100100100111110100110101001100101110111101101100100 | eba493e9a9977b64 |
UHC | 뤓驗{d | 100011111100001111111010110100000111101101100100 | 8fc3fad07b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)