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 | a}a{^ | 1001101101100001100111011001101001111101100110110110000110011101100110100111101101011110 | 9b619d9a7d9b619d9a7b5e |
SJIS-WIN | ?a??}?a??{^ | 0011111101100001001111110011111101111101001111110110000100111111001111110111101101011110 | 3f613f3f7d3f613f3f7b5e |
EUC-JP | ?a??}?a??{^ | 0011111101100001001111110011111101111101001111110110000100111111001111110111101101011110 | 3f613f3f7d3f613f3f7b5e |
UTF-8 | a}a{^ | 1100001010011011011000011100001010011101110000101001101001111101110000101001101101100001110000101001110111000010100110100111101101011110 | c29b61c29dc29a7dc29b61c29dc29a7b5e |
UHC | ?a??}?a??{^ | 0011111101100001001111110011111101111101001111110110000100111111001111110111101101011110 | 3f613f3f7d3f613f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)