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] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 惜?Q] | 1001000011001001001111110101000101011101 | 90c93f515d |
EUC-JP | 惜?Q] | 1100000011001011001111110101000101011101 | c0cb3f515d |
UTF-8 | 惜뚑Q] | 1110011010000011100111001110101110011010100100010101000101011101 | e6839ceb9a91515d |
UHC | 惜뚑Q] | 111000001010110110001100110101000101000101011101 | e0ad8cd4515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)