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 | ?????nSB | 0011111100111111001111110011111100111111011011100101001101000010 | 3f3f3f3f3f6e5342 |
SJIS-WIN | ツ湘」ティnSB | 110000101000111111000011101000111100001110101000011011100101001101000010 | c28fc3a3c3a86e5342 |
EUC-JP | ツ湘」ティnSB | 10001110110000101011111011000101100011101010001110001110110000111000111010101000011011100101001101000010 | 8ec2bec58ea38ec38ea86e5342 |
UTF-8 | ツ湘」ティnSB | 111011111011111010000010111001101011100110011000111011111011110110100011111011111011111010000011111011111011110110101000011011100101001101000010 | efbe82e6b998efbda3efbe83efbda86e5342 |
UHC | ?湘???nSB | 001111111101111111001111001111110011111100111111011011100101001101000010 | 3fdfcf3f3f3f6e5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)