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 | ñ | 11101110101100011011100011110001 | eeb1b8f1 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ñ | 1000111110101011110000101010000111011110100011111010001010110001100011111010101111010000 | 8fabc2a1de8fa2b18fabd0 |
UTF-8 | ñ | 1100001110101110110000101011000111000010101110001100001110110001 | c3aec2b1c2b8c3b1 |
UHC | ?±¸? | 001111111010000110111110101000101010110000111111 | 3fa1bea2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)