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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ツ湘敕津サB | 110000101000111111000011100111011100001110010010110000111011101101000010 | c28fc39dc392c3bb42 |
EUC-JP | ツ湘敕津サB | 1000111011000010101111101100010111011010110001011100010011000101100011101011101101000010 | 8ec2bec5dac5c4c58ebb42 |
UTF-8 | ツ湘敕津サB | 11101111101111101000001011100110101110011001100011100110100101011001010111100110101101001010010111101111101111011011101101000010 | efbe82e6b998e69595e6b4a5efbdbb42 |
UHC | ?湘?津?B | 0011111111011111110011110011111111110010110100000011111101000010 | 3fdfcf3ff2d03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)