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 | ûN¦M}ûN¦M{^ | 1111101101001110101001100100110101111101111110110100111010100110010011010111101101011110 | fb4ea64d7dfb4ea64d7b5e |
SJIS-WIN | ?N?M}?N?M{^ | 0011111101001110001111110100110101111101001111110100111000111111010011010111101101011110 | 3f4e3f4d7d3f4e3f4d7b5e |
EUC-JP | ûN¦M}ûN¦M{^ | 10001111101010111110010101001110100011111010001011000011010011010111110110001111101010111110010101001110100011111010001011000011010011010111101101011110 | 8fabe54e8fa2c34d7d8fabe54e8fa2c34d7b5e |
UTF-8 | ûN¦M}ûN¦M{^ | 110000111011101101001110110000101010011001001101011111011100001110111011010011101100001010100110010011010111101101011110 | c3bb4ec2a64d7dc3bb4ec2a64d7b5e |
UHC | ?N?M}?N?M{^ | 0011111101001110001111110100110101111101001111110100111000111111010011010111101101011110 | 3f4e3f4d7d3f4e3f4d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)