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 | G½®hG | 100100100100011110010001101111011001000110101110011010001001001001000111 | 924791bd91ae689247 |
SJIS-WIN | ?G????h?G | 001111110100011100111111001111110011111100111111011010000011111101000111 | 3f473f3f3f3f683f47 |
EUC-JP | ?G???®h?G | 0011111101000111001111110011111100111111100011111010001011101110011010000011111101000111 | 3f473f3f3f8fa2ee683f47 |
UTF-8 | G½®hG | 110000101001001001000111110000101001000111000010101111011100001010010001110000101010111001101000110000101001001001000111 | c29247c291c2bdc291c2ae68c29247 |
UHC | ?G?½?®h?G | 0011111101000111001111111010100011110110001111111010001011100111011010000011111101000111 | 3f473fa8f63fa2e7683f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)