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 | ¾Ð}¾Ð{^ | 10111110110100000111110110111110110100000111101101011110 | bed07dbed07b5e |
SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
UTF-8 | ¾Ð}¾Ð{^ | 1100001010111110110000111001000001111101110000101011111011000011100100000111101101011110 | c2bec3907dc2bec3907b5e |
UHC | ¾Ð}¾Ð{^ | 1010100011111010101010001010001001111101101010001111101010101000101000100111101101011110 | a8faa8a27da8faa8a27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)