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 | 00111111001111110011111100111111111000111110010001000010 | 3f3f3f3fe3e442 |
EUC-JP | ????聿B | 00111111001111110011111100111111111001101110011001000010 | 3f3f3f3fe6e642 |
UTF-8 | 룶핊㈛룫聿B | 11101011101000111011011011101101100101011000101011100011100010001001101111101011101000111010101111101000100000011011111101000010 | eba3b6ed958ae3889beba3abe881bf42 |
UHC | 룶핊㈛룫聿B | 1000111110101011110000001000111110101001110011001000111110100010111010111101001101000010 | 8fabc08fa9cc8fa2ebd342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)