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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 署?楔席 | 10001111100100000011111110011110101101101001000011001000 | 8f903f9eb690c8 |
EUC-JP | 署?楔席 | 10111101111100000011111111011100101110001100000011001010 | bdf03fdcb8c0ca |
UTF-8 | 署卨楔席 | 111001111011110110110010111001011000110110101000111001101010010110010100111001011011100010101101 | e7bdb2e58da8e6a594e5b8ad |
UHC | 署卨楔席 | 1101111111111110111000001101100111100000110110111110000010101100 | dffee0d9e0dbe0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)