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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邀、隕冶亜 | 111001111011000110100100111010001010011010010110111010001000100010011111 | e7b1a4e8a696e8889f |
EUC-JP | 邀、隕冶亜 | 11101110101100111000111010100100111100001010100011001100111010101011000010100001 | eeb38ea4f0a8cceab0a1 |
UTF-8 | 邀、隕冶亜 | 111010011000001010000000111011111011110110100100111010011001101010010101111001011000011010110110111001001011101010011100 | e98280efbda4e99a95e586b6e4ba9c |
UHC | 邀?隕冶? | 1110100110101101001111111110101010100010111001011010011100111111 | e9ad3feaa2e5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)