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 | 111100011111101110001110101010000110000001000010 | f1fb8ea86042 |
SJIS-WIN | ???¨`B | 00111111001111110011111110000001010011100110000001000010 | 3f3f3f814e6042 |
EUC-JP | ñû?¨`B | 1000111110101011110100001000111110101011111001010011111110100001101011110110000001000010 | 8fabd08fabe53fa1af6042 |
UTF-8 | ñû¨`B | 11000011101100011100001110111011110000101000111011000010101010000110000001000010 | c3b1c3bbc28ec2a86042 |
UHC | ???¨`B | 00111111001111110011111110100001101001110110000001000010 | 3f3f3fa1a76042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)