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 | ÷Âç¸ | 11110111110000101110011110111000 | f7c2e7b8 |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷Âç¸ | 1010000111100000100011111010101010100100100011111010101110101110100011111010001010110001 | a1e08faaa48fabae8fa2b1 |
UTF-8 | ÷Âç¸ | 1100001110110111110000111000001011000011101001111100001010111000 | c3b7c382c3a7c2b8 |
UHC | ÷??¸ | 101000011100000000111111001111111010001010101100 | a1c03f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)