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 | ðþ¹¶ | 11110000111111101011100110110110 | f0feb9b6 |
SJIS-WIN | ???¶ | 0011111100111111001111111000000111110111 | 3f3f3f81f7 |
EUC-JP | ðþ?¶ | 100011111010100111000011100011111010100111010000001111111010001011111001 | 8fa9c38fa9d03fa2f9 |
UTF-8 | ðþ¹¶ | 1100001110110000110000111011111011000010101110011100001010110110 | c3b0c3bec2b9c2b6 |
UHC | ðþ¹¶ | 1010100110100011101010011010110110101001111101101010001011010010 | a9a3a9ada9f6a2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)