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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芽??臣 | 100010011110100000111111001111111001000001100010 | 89e83f3f9062 |
EUC-JP | 芽??臣 | 101100101110101000111111001111111011111111000011 | b2ea3f3fbfc3 |
UTF-8 | 芽뤵랽臣 | 111010001000101010111101111010111010010010110101111010111001111010111101111010001000011110100011 | e88abdeba4b5eb9ebde887a3 |
UHC | 芽뤵랽臣 | 1110010010110100100011111110001110001110010101101110001111101101 | e4b48fe38e56e3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)