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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 霆城ァソ^ | 11101000101110111000111111101001101001111011111101011110 | e8bb8fe9a7bf5e |
EUC-JP | 霆城ァソ^ | 111100001011110110111110111010111000111010100111100011101011111101011110 | f0bdbeeb8ea78ebf5e |
UTF-8 | 霆城ァソ^ | 11101001100111001000011011100101100111111000111011101111101111011010011111101111101111011011111101011110 | e99c86e59f8eefbda7efbdbf5e |
UHC | 霆城??^ | 11101111111111011110000011110010001111110011111101011110 | effde0f23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)