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 | 襞先エゥ踟 | 1110010111111100100100001110011010110100101010011110011011110111 | e5fc90e6b4a9e6f7 |
EUC-JP | 襞先エゥ踟 | 11101010111111101100000011101000100011101011010010001110101010011110110011111001 | eafec0e88eb48ea9ecf9 |
UTF-8 | 襞先エゥ踟 | 111010001010010110011110111001011000010110001000111011111011110110110100111011111011110110101001111010001011100010011111 | e8a59ee58588efbdb4efbda9e8b89f |
UHC | ?先??? | 001111111110000010111011001111110011111100111111 | 3fe0bb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)