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©B¢ | 1001001001000011100100011010100110010010010000101001000110100010 | 924391a9924291a2 |
SJIS-WIN | ?C???B?¢ | 001111110100001100111111001111110011111101000010001111111000000110010001 | 3f433f3f3f423f8191 |
EUC-JP | ?C?©?B?¢ | 0011111101000011001111111000111110100010111011010011111101000010001111111010000111110001 | 3f433f8fa2ed3f423fa1f1 |
UTF-8 | C©B¢ | 1100001010010010010000111100001010010001110000101010100111000010100100100100001011000010100100011100001010100010 | c29243c291c2a9c29242c291c2a2 |
UHC | ?C???B?? | 0011111101000011001111110011111100111111010000100011111100111111 | 3f433f3f3f423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)