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 | à°E}à°E{^ | 111000001011000001000101011111011110000010110000010001010111101101011110 | e0b0457de0b0457b5e |
SJIS-WIN | ?°E}?°E{^ | 0011111110000001100010110100010101111101001111111000000110001011010001010111101101011110 | 3f818b457d3f818b457b5e |
EUC-JP | à°E}à°E{^ | 100011111010101110100010101000011110101101000101011111011000111110101011101000101010000111101011010001010111101101011110 | 8faba2a1eb457d8faba2a1eb457b5e |
UTF-8 | à°E}à°E{^ | 11000011101000001100001010110000010001010111110111000011101000001100001010110000010001010111101101011110 | c3a0c2b0457dc3a0c2b0457b5e |
UHC | ?°E}?°E{^ | 0011111110100001110001100100010101111101001111111010000111000110010001010111101101011110 | 3fa1c6457d3fa1c6457b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)