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 | 頷懷エ取ィ | 1110100011110101100111001110010110110100100011101110011010101000 | e8f59ce5b48ee6a8 |
EUC-JP | 頷懷エ取ィ | 11110000111101111101100011100111100011101011010010111100111010001000111010101000 | f0f7d8e78eb4bce88ea8 |
UTF-8 | 頷懷エ取ィ | 111010011010000010110111111001101000011110110111111011111011110110110100111001011000111110010110111011111011110110101000 | e9a0b7e687b7efbdb4e58f96efbda8 |
UHC | ?懷?取? | 00111111111111001110001100111111111101101010001000111111 | 3ffce33ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)