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 | 螂晏、仙イ | 1110010110100101100111011110010110100100100100001110010110110010 | e5a59de5a490e5b2 |
EUC-JP | 螂晏、仙イ | 11101010101001111101101011100111100011101010010011000000111001111000111010110010 | eaa7dae78ea4c0e78eb2 |
UTF-8 | 螂晏、仙イ | 111010001001111010000010111001101001100110001111111011111011110110100100111001001011101110011001111011111011110110110010 | e89e82e6998fefbda4e4bb99efbdb2 |
UHC | 螂晏?仙? | 1101010111001100111001001100111100111111111000001011100100111111 | d5cce4cf3fe0b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)