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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 潯燵}潯燵{^ | 1110000001001000111000001001110101111101111000000100100011100000100111010111101101011110 | e048e09d7de048e09d7b5e |
EUC-JP | 潯燵}潯燵{^ | 1101111110101001110111111111110101111101110111111010100111011111111111010111101101011110 | dfa9dffd7ddfa9dffd7b5e |
UTF-8 | 潯燵}潯燵{^ | 111001101011110110101111111001111000011110110101011111011110011010111101101011111110011110000111101101010111101101011110 | e6bdafe787b57de6bdafe787b57b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)