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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 邀悩邀巴E | 111001111011000110010100010110011110011110110001100101000110001001000101 | e7b19459e7b1946245 |
EUC-JP | 邀悩邀巴E | 111011101011001111000111101110101110111010110011110001111100001101000101 | eeb3c7baeeb3c7c345 |
UTF-8 | 邀悩邀巴E | 11101001100000101000000011100110100000101010100111101001100000101000000011100101101101111011010001000101 | e98280e682a9e98280e5b7b445 |
UHC | 邀?邀巴E | 1110100110101101001111111110100110101101111101111110100101000101 | e9ad3fe9adf7e945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)