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 | ñ¨à±E | 1111000110101000111000001011000101000101 | f1a8e0b145 |
SJIS-WIN | ?¨?±E | 00111111100000010100111000111111100000010111110101000101 | 3f814e3f817d45 |
EUC-JP | ñ¨à±E | 1000111110101011110100001010000110101111100011111010101110100010101000011101111001000101 | 8fabd0a1af8faba2a1de45 |
UTF-8 | ñ¨à±E | 110000111011000111000010101010001100001110100000110000101011000101000101 | c3b1c2a8c3a0c2b145 |
UHC | ?¨?±E | 00111111101000011010011100111111101000011011111001000101 | 3fa1a73fa1be45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)