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 | Ö®Öµ | 11010110101011101101011010110101 | d6aed6b5 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ö®Ö? | 10001111101010101101001110001111101000101110111010001111101010101101001100111111 | 8faad38fa2ee8faad33f |
UTF-8 | Ö®Öµ | 1100001110010110110000101010111011000011100101101100001010110101 | c396c2aec396c2b5 |
UHC | ?®?? | 0011111110100010111001110011111100111111 | 3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)