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 | ?o?c | 00111111011011110011111101100011 | 3f6f3f63 |
SJIS-WIN | 短o脱c | 100100100101101001101111100100100100010101100011 | 925a6f924563 |
EUC-JP | 短o脱c | 110000111011101101101111110000111010011001100011 | c3bb6fc3a663 |
UTF-8 | 短o脱c | 1110011110011111101011010110111111101000100001001011000101100011 | e79fad6fe884b163 |
UHC | 短o?c | 1101001110101101011011110011111101100011 | d3ad6f3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)