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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 戍戍[戍戍[^ | 1001110011111001100111001111100101011011100111001111100110011100111110010101101101011110 | 9cf99cf95b9cf99cf95b5e |
EUC-JP | 戍戍[戍戍[^ | 1101100011111011110110001111101101011011110110001111101111011000111110110101101101011110 | d8fbd8fb5bd8fbd8fb5b5e |
UTF-8 | 戍戍[戍戍[^ | 111001101000100010001101111001101000100010001101010110111110011010001000100011011110011010001000100011010101101101011110 | e6888de6888d5be6888de6888d5b5e |
UHC | 戍戍[戍戍[^ | 1110001010100001111000101010000101011011111000101010000111100010101000010101101101011110 | e2a1e2a15be2a1e2a15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)