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 | 謱Âv | 111010001010110010001111101100011100001001110110 | e8ac8fb1c276 |
SJIS-WIN | ?¬?±?v | 0011111110000001110010100011111110000001011111010011111101110110 | 3f81ca3f817d3f76 |
EUC-JP | è¬?±Âv | 100011111010101110110010101000101100110000111111101000011101111010001111101010101010010001110110 | 8fabb2a2cc3fa1de8faaa476 |
UTF-8 | 謱Âv | 1100001110101000110000101010110011000010100011111100001010110001110000111000001001110110 | c3a8c2acc28fc2b1c38276 |
UHC | ???±?v | 00111111001111110011111110100001101111100011111101110110 | 3f3f3fa1be3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)