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 | 賃?繒? | 100100101100000000111111111110111000111100111111 | 92c03ffb8f3f |
EUC-JP | 賃?繒? | 11000100110000100011111110001111110101001101010000111111 | c4c23f8fd4d43f |
UTF-8 | 賃렔繒렰 | 111010001011001110000011111010111010000010010100111001111011100110010010111010111010000010110000 | e8b383eba094e7b992eba0b0 |
UHC | 賃렔繒렰 | 1110110011111100100011101010100111110001111110011000111010111101 | ecfc8ea9f1f98ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)