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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?珞?珞^ | 00111111111000001110001000111111111000001110001001011110 | 3fe0e23fe0e25e |
EUC-JP | ?珞?珞^ | 00111111111000001110010000111111111000001110010001011110 | 3fe0e43fe0e45e |
UTF-8 | 렺珞렺珞^ | 11101011101000001011101011100111100011111001111011101011101000001011101011100111100011111001111001011110 | eba0bae78f9eeba0bae78f9e5e |
UHC | 렺珞렺珞^ | 100011101100001011010101101010001000111011000010110101011010100001011110 | 8ec2d5a88ec2d5a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)