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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 膣磯傘B | 11100100010100111000100011101001100011100101000001000010 | e45388e98e5042 |
EUC-JP | 膣磯傘B | 11100111101101001011000011101011101110111011000101000010 | e7b4b0ebbbb142 |
UTF-8 | 膣磯傘B | 11101000100001101010001111100111101000111010111111100101100000101001100001000010 | e886a3e7a3afe5829842 |
UHC | 膣磯傘B | 11110010111100111101000110110100110111111010000101000010 | f2f3d1b4dfa142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)