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 | o}o{^ | 1001111001101111100111011001100001111101100111100110111110011101100110000111101101011110 | 9e6f9d987d9e6f9d987b5e |
SJIS-WIN | ?o??}?o??{^ | 0011111101101111001111110011111101111101001111110110111100111111001111110111101101011110 | 3f6f3f3f7d3f6f3f3f7b5e |
EUC-JP | ?o??}?o??{^ | 0011111101101111001111110011111101111101001111110110111100111111001111110111101101011110 | 3f6f3f3f7d3f6f3f3f7b5e |
UTF-8 | o}o{^ | 1100001010011110011011111100001010011101110000101001100001111101110000101001111001101111110000101001110111000010100110000111101101011110 | c29e6fc29dc2987dc29e6fc29dc2987b5e |
UHC | ?o??}?o??{^ | 0011111101101111001111110011111101111101001111110110111100111111001111110111101101011110 | 3f6f3f3f7d3f6f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)