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¢Z | 1001001001000111100100100101100110010001101000101001001001011010 | 9247925991a2925a |
SJIS-WIN | ?G?Y?¢?Z | 001111110100011100111111010110010011111110000001100100010011111101011010 | 3f473f593f81913f5a |
EUC-JP | ?G?Y?¢?Z | 001111110100011100111111010110010011111110100001111100010011111101011010 | 3f473f593fa1f13f5a |
UTF-8 | GY¢Z | 11000010100100100100011111000010100100100101100111000010100100011100001010100010110000101001001001011010 | c29247c29259c291c2a2c2925a |
UHC | ?G?Y???Z | 0011111101000111001111110101100100111111001111110011111101011010 | 3f473f593f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)