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 | æx}æx{^ | 1110011001111000100000011000101001111101111001100111100010000001100010100111101101011110 | e678818a7de678818a7b5e |
SJIS-WIN | ?x??}?x??{^ | 0011111101111000001111110011111101111101001111110111100000111111001111110111101101011110 | 3f783f3f7d3f783f3f7b5e |
EUC-JP | æx??}æx??{^ | 100011111010100111000001011110000011111100111111011111011000111110101001110000010111100000111111001111110111101101011110 | 8fa9c1783f3f7d8fa9c1783f3f7b5e |
UTF-8 | æx}æx{^ | 1100001110100110011110001100001010000001110000101000101001111101110000111010011001111000110000101000000111000010100010100111101101011110 | c3a678c281c28a7dc3a678c281c28a7b5e |
UHC | æx??}æx??{^ | 10101001101000010111100000111111001111110111110110101001101000010111100000111111001111110111101101011110 | a9a1783f3f7da9a1783f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)