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 | èß趣 | 111010001101111110010110111010001011011010100011 | e8df96e8b6a3 |
SJIS-WIN | ????¶£ | 0011111100111111001111110011111110000001111101111000000110010010 | 3f3f3f3f81f78192 |
EUC-JP | èß?趣 | 1000111110101011101100101000111110101001110011100011111110001111101010111011001010100010111110011010000111110010 | 8fabb28fa9ce3f8fabb2a2f9a1f2 |
UTF-8 | èß趣 | 110000111010100011000011100111111100001010010110110000111010100011000010101101101100001010100011 | c3a8c39fc296c3a8c2b6c2a3 |
UHC | ?ß??¶? | 0011111110101001101011000011111100111111101000101101001000111111 | 3fa9ac3f3fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)