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 | 0011111100111111010111100111101101100100 | 3f3f5e7b64 |
SJIS-WIN | ??^{d | 0011111100111111010111100111101101100100 | 3f3f5e7b64 |
EUC-JP | ??^{d | 0011111100111111010111100111101101100100 | 3f3f5e7b64 |
UTF-8 | 횂혡^{d | 111011011001101010000010111011011001100010100001010111100111101101100100 | ed9a82ed98a15e7b64 |
UHC | 횂혡^{d | 11000011100000101100001010001010010111100111101101100100 | c382c28a5e7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)