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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ツ堕ョツ湛^ | 1100001010010001110000101010111011000010100100100101100001011110 | c291c2aec292585e |
EUC-JP | ツ堕ョツ湛^ | 1000111011000010110000101100010010001110101011101000111011000010110000111011100101011110 | 8ec2c2c48eae8ec2c3b95e |
UTF-8 | ツ堕ョツ湛^ | 11101111101111101000001011100101101000001001010111101111101111011010111011101111101111101000001011100110101110011001101101011110 | efbe82e5a095efbdaeefbe82e6b99b5e |
UHC | ????湛^ | 00111111001111110011111100111111110100111100000001011110 | 3f3f3f3fd3c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)