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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ー靜ゥ社 | 1111000010110011101100001110100011001110101010011000111011010000 | f0b3b0e8cea98ed0 |
EUC-JP | ?ー靜ゥ社 | 001111111000111010110000111100001101000010001110101010011011110011010010 | 3f8eb0f0d08ea9bcd2 |
UTF-8 | ー靜ゥ社 | 111011101000000110110010111011111011110110110000111010011001110110011100111011111011110110101001111001111010010010111110 | ee81b2efbdb0e99d9cefbda9e7a4be |
UHC | ??靜?社 | 00111111001111111111000010100001001111111101111011100100 | 3f3ff0a13fdee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)