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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 睛企?F | 111000011100101110001010111010010011111101000110 | e1cb8ae93f46 |
EUC-JP | 睛企?F | 111000101100110110110100111010110011111101000110 | e2cdb4eb3f46 |
UTF-8 | 睛企륑F | 11100111100111011001101111100100101111001000000111101011101001011001000101000110 | e79d9be4bc81eba59146 |
UHC | 睛企륑F | 11101111111011001101000011101010101101111111100001000110 | efecd0eab7f846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)