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 | 盍}盍{^ | 1110000110110010111100011100101001111101111000011011001011110001110010100111101101011110 | e1b2f1ca7de1b2f1ca7b5e |
EUC-JP | 盍?}盍?{^ | 111000101011010000111111011111011110001010110100001111110111101101011110 | e2b43f7de2b43f7b5e |
UTF-8 | 盍}盍{^ | 111001111001101110001101111011101000010110000101011111011110011110011011100011011110111010000101100001010111101101011110 | e79b8dee85857de79b8dee85857b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)