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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 。熄「蓜h | 10100001111000001000111110100010111110100110000001101000 | a1e08fa2fa6068 |
EUC-JP | 。熄「蓜h | 10001110101000011101111111101111100011101010001010001111110110011010000101101000 | 8ea1dfef8ea28fd9a168 |
UTF-8 | 。熄「蓜h | 11101111101111011010000111100111100001101000010011101111101111011010001011101000100100111001110001101000 | efbda1e78684efbda2e8939c68 |
UHC | ?熄??h | 001111111110001111011000001111110011111101101000 | 3fe3d83f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)