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 | P[¸G¢ | 10010010010100001001001001011011100100011011100010010010010001111001000110100010 | 9250925b91b8924791a2 |
SJIS-WIN | ?P?[???G?¢ | 0011111101010000001111110101101100111111001111110011111101000111001111111000000110010001 | 3f503f5b3f3f3f473f8191 |
EUC-JP | ?P?[?¸?G?¢ | 00111111010100000011111101011011001111111000111110100010101100010011111101000111001111111010000111110001 | 3f503f5b3f8fa2b13f473fa1f1 |
UTF-8 | P[¸G¢ | 1100001010010010010100001100001010010010010110111100001010010001110000101011100011000010100100100100011111000010100100011100001010100010 | c29250c2925bc291c2b8c29247c291c2a2 |
UHC | ?P?[?¸?G?? | 0011111101010000001111110101101100111111101000101010110000111111010001110011111100111111 | 3f503f5b3fa2ac3f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)