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 | ?x{d | 00111111011110000111101101100100 | 3f787b64 |
SJIS-WIN | 奬x{d | 1001101011111011011110000111101101100100 | 9afb787b64 |
EUC-JP | 奬x{d | 1101010011111101011110000111101101100100 | d4fd787b64 |
UTF-8 | 奬x{d | 111001011010010110101100011110000111101101100100 | e5a5ac787b64 |
UHC | 奬x{d | 1110110111100001011110000111101101100100 | ede1787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)