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 | ツ陛」ツつ渉 | 110000101001010111000011101000111100001010000010110000101000111111000010 | c295c3a3c282c28fc2 |
EUC-JP | ツ陛」ツつ渉 | 100011101100001011001010110001011000111010100011100011101100001010100100110001001011111011000100 | 8ec2cac58ea38ec2a4c4bec4 |
UTF-8 | ツ陛」ツつ渉 | 111011111011111010000010111010011001100110011011111011111011110110100011111011111011111010000010111000111000000110100100111001101011100010001001 | efbe82e9999befbda3efbe82e381a4e6b889 |
UHC | ?陛??つ? | 0011111111111000110011100011111100111111101010101100010000111111 | 3ff8ce3f3faac43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)