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 | 隘槫エ取ャ | 1110100010100101100111101110010110110100100011101110011010101100 | e8a59ee5b48ee6ac |
EUC-JP | 隘槫エ取ャ | 11110000101001111101110011100111100011101011010010111100111010001000111010101100 | f0a7dce78eb4bce88eac |
UTF-8 | 隘槫エ取ャ | 111010011001101010011000111001101010011110101011111011111011110110110100111001011000111110010110111011111011110110101100 | e99a98e6a7abefbdb4e58f96efbdac |
UHC | 隘??取? | 11100100111101100011111100111111111101101010001000111111 | e4f63f3ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)