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 | 雜∝」悟蟇 | 1110100010110110100000011110010110100011100011001110010111110010101101001110010110101111 | e8b681e5a38ce5f2b4e5af |
EUC-JP | 雜∝」悟?蟇 | 1111000010111000101000101110011110001110101000111011100011100111001111111110101010110001 | f0b8a2e78ea3b8e73feab1 |
UTF-8 | 雜∝」悟蟇 | 111010011001101110011100111000101000100010011101111011111011110110100011111001101000001010011111111011101000011110101011111010001001111110000111 | e99b9ce2889defbda3e6829fee87abe89f87 |
UHC | 雜∝?悟?? | 111011011101101010100001111100000011111111100111111101100011111100111111 | eddaa1f03fe7f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)