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 | 濵宅貍 | 111110110100110110010001111011101110011010111100 | fb4d91eee6bc |
EUC-JP | 濵宅貍 | 10001111110010011010011011000010111100001110110010111110 | 8fc9a6c2f0ecbe |
UTF-8 | 濵宅貍 | 111001101011111110110101111001011010111010000101111010001011001010001101 | e6bfb5e5ae85e8b28d |
UHC | ?宅? | 00111111110100111110101100111111 | 3fd3eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)