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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襞先エゥ踟悟 | 11100101111111001001000011100110101101001010100111100110111101111000110011100101 | e5fc90e6b4a9e6f78ce5 |
EUC-JP | 襞先エゥ踟悟 | 111010101111111011000000111010001000111010110100100011101010100111101100111110011011100011100111 | eafec0e88eb48ea9ecf9b8e7 |
UTF-8 | 襞先エゥ踟悟 | 111010001010010110011110111001011000010110001000111011111011110110110100111011111011110110101001111010001011100010011111111001101000001010011111 | e8a59ee58588efbdb4efbda9e8b89fe6829f |
UHC | ?先???悟 | 0011111111100000101110110011111100111111001111111110011111110110 | 3fe0bb3f3f3fe7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)