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 | 驥餓? | 1110100110000111100010011110110000111111 | e98789ec3f |
EUC-JP | 驥餓菹 | 11110001111001111011001011101110100011111101100011000011 | f1e7b2ee8fd8c3 |
UTF-8 | 驥餓菹 | 111010011010100110100101111010011010010010010011111010001000111110111001 | e9a9a5e9a493e88fb9 |
UHC | 驥餓菹 | 110100011100101011100100101110111110111011001001 | d1cae4bbeec9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)