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 | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
SJIS-WIN | ??ビ??C | 00111111001111111000001101110010001111110011111101000011 | 3f3f83723f3f43 |
EUC-JP | ??ビ??C | 00111111001111111010010111010011001111110011111101000011 | 3f3fa5d33f3f43 |
UTF-8 | 룶핊ビ룫큝C | 11101011101000111011011011101101100101011000101011100011100000111001001111101011101000111010101111101101100000011001110101000011 | eba3b6ed958ae38393eba3abed819d43 |
UHC | 룶핊ビ룫큝C | 1000111110101011110000001000111110101011110100111000111110100010101101000110101101000011 | 8fabc08fabd38fa2b46b43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)