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 | 蔕贋▼ | 111001001111011010001010111001001000000110100101 | e4f68ae481a5 |
EUC-JP | 蔕贋▼ | 111010001111100010110100111001101010001010100111 | e8f8b4e6a2a7 |
UTF-8 | 蔕贋▼ | 111010001001010010010101111010001011010010001011111000101001011010111100 | e89495e8b48be296bc |
UHC | ??▼ | 00111111001111111010000111100101 | 3f3fa1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)