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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遒ッ逶ァ辭ケ | 111001111010001010101111111001111001101110100111111001111000011010111001 | e7a2afe79ba7e786b9 |
EUC-JP | 遒ッ逶ァ辭ケ | 111011101010010010001110101011111110110111111011100011101010011111101101111001101000111010111001 | eea48eafedfb8ea7ede68eb9 |
UTF-8 | 遒ッ逶ァ辭ケ | 111010011000000110010010111011111011110110101111111010011000000010110110111011111011110110100111111010001011111010101101111011111011110110111001 | e98192efbdafe980b6efbda7e8beadefbdb9 |
UHC | ????辭? | 00111111001111110011111100111111110111101111011000111111 | 3f3f3f3fdef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)