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 | ウイ爲 | 10110011101100101110000010101000 | b3b2e0a8 |
EUC-JP | ウイ爲 | 100011101011001110001110101100101110000010101010 | 8eb38eb2e0aa |
UTF-8 | ウイ爲 | 111011111011110110110011111011111011110110110010111001111000100010110010 | efbdb3efbdb2e788b2 |
UHC | ??爲 | 00111111001111111110101011010011 | 3f3fead3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)