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 | 韃域i螳 | 1110100011100101100010001110011010000010100010011110010110101110 | e8e588e68289e5ae |
EUC-JP | 韃域i螳 | 1111000011100111101100001110100010100011111010011110101010110000 | f0e7b0e8a3e9eab0 |
UTF-8 | 韃域i螳 | 111010011001111110000011111001011001111110011111111011111011110110001001111010001001111010110011 | e99f83e59f9fefbd89e89eb3 |
UHC | ?域i螳 | 00111111111001101011010010100011111010011101001111011001 | 3fe6b4a3e9d3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)