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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脩ワ集 | 111000111111100110000011100011111000111101010111 | e3f9838f8f57 |
EUC-JP | 脩ワ集 | 111001101111101110100101111011111011110110111000 | e6fba5efbdb8 |
UTF-8 | 脩ワ集 | 111010001000010010101001111000111000001110101111111010011001101110000110 | e884a9e383afe99b86 |
UHC | 脩ワ集 | 111000101011101110101011111011111111001110100010 | e2bbabeff3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)