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 | éáxW}éáxW{^ | 1110100111100001011110000101011101111101111010011110000101111000010101110111101101011110 | e9e178577de9e178577b5e |
SJIS-WIN | ??xW}??xW{^ | 0011111100111111011110000101011101111101001111110011111101111000010101110111101101011110 | 3f3f78577d3f3f78577b5e |
EUC-JP | éáxW}éáxW{^ | 10001111101010111011000110001111101010111010000101111000010101110111110110001111101010111011000110001111101010111010000101111000010101110111101101011110 | 8fabb18faba178577d8fabb18faba178577b5e |
UTF-8 | éáxW}éáxW{^ | 110000111010100111000011101000010111100001010111011111011100001110101001110000111010000101111000010101110111101101011110 | c3a9c3a178577dc3a9c3a178577b5e |
UHC | ??xW}??xW{^ | 0011111100111111011110000101011101111101001111110011111101111000010101110111101101011110 | 3f3f78577d3f3f78577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)