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 | 膕膕}膕膕{^ | 1110010001010001111001000101000101111101111001000101000111100100010100010111101101011110 | e451e4517de451e4517b5e |
EUC-JP | 膕膕}膕膕{^ | 1110011110110010111001111011001001111101111001111011001011100111101100100111101101011110 | e7b2e7b27de7b2e7b27b5e |
UTF-8 | 膕膕}膕膕{^ | 111010001000011010010101111010001000011010010101011111011110100010000110100101011110100010000110100101010111101101011110 | e88695e886957de88695e886957b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)