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 | 銑遜贖^ | 10010001010011001001000110111011111001101101110001011110 | 914c91bbe6dc5e |
EUC-JP | 銑遜贖^ | 11000001101011011100001010111101111011001101111001011110 | c1adc2bdecde5e |
UTF-8 | 銑遜贖^ | 11101001100010101001000111101001100000011001110011101000101101001001011001011110 | e98a91e9819ce8b4965e |
UHC | 銑遜贖^ | 11100000110101011110000111100001111000011101101101011110 | e0d5e1e1e1db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)