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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 即旦即贈@h | 10010001101001101001001001010101100100011010011010010001101000010100000001101000 | 91a6925591a691a14068 |
EUC-JP | 即旦即贈@h | 11000010101010001100001110110110110000101010100011000010101000110100000001101000 | c2a8c3b6c2a8c2a34068 |
UTF-8 | 即旦即贈@h | 1110010110001101101100111110011010010111101001101110010110001101101100111110100010110100100010000100000001101000 | e58db3e697a6e58db3e8b4884068 |
UHC | ?旦?贈@h | 0011111111010011101010010011111111110001111111000100000001101000 | 3fd3a93ff1fc4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)