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 | 兌l菽 | 100110010101101110000010100011001110010011000001 | 995b828ce4c1 |
EUC-JP | 兌l菽 | 110100011011110010100011111011001110100011000011 | d1bca3ece8c3 |
UTF-8 | 兌l菽 | 111001011000010110001100111011111011110110001100111010001000111110111101 | e5858cefbd8ce88fbd |
UHC | 兌l菽 | 111101111011101010100011111011001110001011011101 | f7baa3ece2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)