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 | òô§í | 11110010111101001010011111101101 | f2f4a7ed |
SJIS-WIN | ??§? | 0011111100111111100000011001100000111111 | 3f3f81983f |
EUC-JP | òô§í | 1000111110101011110100101000111110101011110101001010000111111000100011111010101110111111 | 8fabd28fabd4a1f88fabbf |
UTF-8 | òô§í | 1100001110110010110000111011010011000010101001111100001110101101 | c3b2c3b4c2a7c3ad |
UHC | ??§? | 0011111100111111101000011101011100111111 | 3f3fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)