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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 章ェ汐h | 100011111100110110101010100011101010110001101000 | 8fcdaa8eac68 |
EUC-JP | 章ェ汐h | 10111110110011111000111010101010101111001010111001101000 | becf8eaabcae68 |
UTF-8 | 章ェ汐h | 11100111101010111010000011101111101111011010101011100110101100011001000001101000 | e7aba0efbdaae6b19068 |
UHC | 章?汐h | 111011011111000100111111111000001011000101101000 | edf13fe0b168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)