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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 讌殊Ц^ | 11100110101001011000111011101010100001000101011101011110 | e6a58eea84575e |
EUC-JP | 讌殊Ц^ | 11101100101001111011110011101100101001111011100001011110 | eca7bceca7b85e |
UTF-8 | 讌殊Ц^ | 111010001010111010001100111001101010111010001010110100001010011001011110 | e8ae8ce6ae8ad0a65e |
UHC | ?殊Ц^ | 001111111110001010101000101011001011100001011110 | 3fe2a8acb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)