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 | ªäN | 10001110101010101110010001001110 | 8eaae44e |
SJIS-WIN | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
EUC-JP | ?ªäN | 0011111110001111101000101110110010001111101010111010001101001110 | 3f8fa2ec8faba34e |
UTF-8 | ªäN | 11000010100011101100001010101010110000111010010001001110 | c28ec2aac3a44e |
UHC | ?ª?N | 0011111110101000101000110011111101001110 | 3fa8a33f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)