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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 髫イ讚∵」イh | 11101001100110101011001011100110101010111000000111100110101000111011001001101000 | e99ab2e6ab81e6a3b268 |
EUC-JP | 髫イ讚∵」イh | 11110001111110101000111010110010111011001010110110100010111010001000111010100011100011101011001001101000 | f1fa8eb2ecada2e88ea38eb268 |
UTF-8 | 髫イ讚∵」イh | 11101001101010111010101111101111101111011011001011101000101011101001101011100010100010001011010111101111101111011010001111101111101111011011001001101000 | e9ababefbdb2e8ae9ae288b5efbda3efbdb268 |
UHC | ??讚∵??h | 001111110011111111110011110001101010000111110001001111110011111101101000 | 3f3ff3c6a1f13f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)