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 | GY®FB | 1001001001000111100100100101100110010001101011100100011001000010 | 9247925991ae4642 |
SJIS-WIN | ?G?Y??FB | 0011111101000111001111110101100100111111001111110100011001000010 | 3f473f593f3f4642 |
EUC-JP | ?G?Y?®FB | 00111111010001110011111101011001001111111000111110100010111011100100011001000010 | 3f473f593f8fa2ee4642 |
UTF-8 | GY®FB | 110000101001001001000111110000101001001001011001110000101001000111000010101011100100011001000010 | c29247c29259c291c2ae4642 |
UHC | ?G?Y?®FB | 001111110100011100111111010110010011111110100010111001110100011001000010 | 3f473f593fa2e74642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)