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 | @¡@¡^ | 100100100100000010010001101000011001001001000000100100011010000101011110 | 924091a1924091a15e |
SJIS-WIN | ?@???@??^ | 001111110100000000111111001111110011111101000000001111110011111101011110 | 3f403f3f3f403f3f5e |
EUC-JP | ?@?¡?@?¡^ | 00111111010000000011111110001111101000101100001000111111010000000011111110001111101000101100001001011110 | 3f403f8fa2c23f403f8fa2c25e |
UTF-8 | @¡@¡^ | 110000101001001001000000110000101001000111000010101000011100001010010010010000001100001010010001110000101010000101011110 | c29240c291c2a1c29240c291c2a15e |
UHC | ?@?¡?@?¡^ | 0011111101000000001111111010001010101110001111110100000000111111101000101010111001011110 | 3f403fa2ae3f403fa2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)