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 | 戍簣}戍簣{^ | 1001110011111001111000101100110101111101100111001111100111100010110011010111101101011110 | 9cf9e2cd7d9cf9e2cd7b5e |
EUC-JP | 戍簣}戍簣{^ | 1101100011111011111001001100111101111101110110001111101111100100110011110111101101011110 | d8fbe4cf7dd8fbe4cf7b5e |
UTF-8 | 戍簣}戍簣{^ | 111001101000100010001101111001111011000010100011011111011110011010001000100011011110011110110000101000110111101101011110 | e6888de7b0a37de6888de7b0a37b5e |
UHC | 戍?}戍?{^ | 111000101010000100111111011111011110001010100001001111110111101101011110 | e2a13f7de2a13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)