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 | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 将罍{d | 1000111110101011111000111010000111111000011110000111101101100100 | 8fabe3a1f8787b64 |
EUC-JP | 将罍?{d | 10111110101011011110011010100011001111110111101101100100 | beade6a33f7b64 |
UTF-8 | 将罍{d | 1110010110110000100001101110011110111101100011011110111010011000100110000111101101100100 | e5b086e7bd8dee98987b64 |
UHC | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)