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 | 焄軟貍 | 111110110101010010010011111011101110011010111100 | fb5493eee6bc |
EUC-JP | 焄軟貍 | 10001111110010011110001111000110111100001110110010111110 | 8fc9e3c6f0ecbe |
UTF-8 | 焄軟貍 | 111001111000010010000100111010001011101110011111111010001011001010001101 | e78484e8bb9fe8b28d |
UHC | 焄軟? | 1111110110110110111001101110001100111111 | fdb6e6e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)