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®o | 10010010010001111001001001011001100100011010111001101111 | 9247925991ae6f |
SJIS-WIN | ?G?Y??o | 00111111010001110011111101011001001111110011111101101111 | 3f473f593f3f6f |
EUC-JP | ?G?Y?®o | 001111110100011100111111010110010011111110001111101000101110111001101111 | 3f473f593f8fa2ee6f |
UTF-8 | GY®o | 1100001010010010010001111100001010010010010110011100001010010001110000101010111001101111 | c29247c29259c291c2ae6f |
UHC | ?G?Y?®o | 0011111101000111001111110101100100111111101000101110011101101111 | 3f473f593fa2e76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)