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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?茨}?茨{^ | 001111111000100011101111011111010011111110001000111011110111101101011110 | 3f88ef7d3f88ef7b5e |
EUC-JP | ?茨}?茨{^ | 001111111011000011110001011111010011111110110000111100010111101101011110 | 3fb0f17d3fb0f17b5e |
UTF-8 | ⹈茨}⹈茨{^ | 111000101011100110001000111010001000110010101000011111011110001010111001100010001110100010001100101010000111101101011110 | e2b988e88ca87de2b988e88ca87b5e |
UHC | ?茨}?茨{^ | 001111111110110110111100011111010011111111101101101111000111101101011110 | 3fedbc7d3fedbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)