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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 膊鴣~ | 1110010001001101111010011111001101111110 | e44de9f37e |
EUC-JP | 膊鴣~ | 1110011110101110111100101111010101111110 | e7aef2f57e |
UTF-8 | 膊鴣~ | 11101000100001101000101011101001101101001010001101111110 | e8868ae9b4a37e |
UHC | 膊?~ | 11011010110110110011111101111110 | dadb3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)