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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 隶檎煙Q] | 1110100010101110100011001110011110001001100011000101000101011101 | e8ae8ce7898c515d |
EUC-JP | 隶檎煙Q] | 1111000010110000101110001110100110110001111011000101000101011101 | f0b0b8e9b1ec515d |
UTF-8 | 隶檎煙Q] | 1110100110011010101101101110011010101010100011101110011110000101100110010101000101011101 | e99ab6e6aa8ee78599515d |
UHC | ?檎煙Q] | 00111111110100001101010111100110110101010101000101011101 | 3fd0d5e6d5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)