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 | 錮ォ邇夜」 | 1110011111111100101010111110011110001110100101101110100110100011 | e7fcabe78e96e9a3 |
EUC-JP | 錮ォ邇夜」 | 11101110111111101000111010101011111011011110111011001100111010111000111010100011 | eefe8eabedeecceb8ea3 |
UTF-8 | 錮ォ邇夜」 | 111010011000110010101110111011111011110110101011111010011000001010000111111001011010010010011100111011111011110110100011 | e98caeefbdabe98287e5a49cefbda3 |
UHC | 錮?邇夜? | 1100110111010001001111111110110011000100111001011010100000111111 | cdd13fecc4e5a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)