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 | 燿默}燿默{^ | 1110000010100000111000001101001001111101111000001010000011100000110100100111101101011110 | e0a0e0d27de0a0e0d27b5e |
EUC-JP | 燿默}燿默{^ | 1110000010100010111000001101010001111101111000001010001011100000110101000111101101011110 | e0a2e0d47de0a2e0d47b5e |
UTF-8 | 燿默}燿默{^ | 111001111000011110111111111010011011101110011000011111011110011110000111101111111110100110111011100110000111101101011110 | e787bfe9bb987de787bfe9bb987b5e |
UHC | 燿默}燿默{^ | 1110100011111100110110011111100101111101111010001111110011011001111110010111101101011110 | e8fcd9f97de8fcd9f97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)