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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陞ォ邇匁ュ | 1110100010011110101010111110011110001110100101101110011010101101 | e89eabe78e96e6ad |
EUC-JP | 陞ォ邇匁ュ | 11101111111111101000111010101011111011011110111011001100111010001000111010101101 | effe8eabedeecce88ead |
UTF-8 | 陞ォ邇匁ュ | 111010011001100110011110111011111011110110101011111010011000001010000111111001011000110010000001111011111011110110101101 | e9999eefbdabe98287e58c81efbdad |
UHC | 陞?邇?? | 11100011101100110011111111101100110001000011111100111111 | e3b33fecc43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)