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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陝狗ァ伜 | 11101000100111111000101111100111101001111001100011100101 | e89f8be7a798e5 |
EUC-JP | 陝狗ァ伜 | 1111000010100001101101101110100110001110101001111101000011100111 | f0a1b6e98ea7d0e7 |
UTF-8 | 陝狗ァ伜 | 111010011001100110011101111001111000101110010111111011111011110110100111111001001011110010011100 | e9999de78b97efbda7e4bc9c |
UHC | 陝狗?? | 111000001110110111001111101101110011111100111111 | e0edcfb73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)