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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 澵セ魏エ^ | 11111011010011001011111011101001101100001011010001011110 | fb4cbee9b0b45e |
EUC-JP | 澵セ魏エ^ | 10001111110010001111100010001110101111101111001010110010100011101011010001011110 | 8fc8f88ebef2b28eb45e |
UTF-8 | 澵セ魏エ^ | 11100110101111101011010111101111101111011011111011101001101011011000111111101111101111011011010001011110 | e6beb5efbdbee9ad8fefbdb45e |
UHC | ??魏?^ | 001111110011111111101010111000000011111101011110 | 3f3feae03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)