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 | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
SJIS-WIN | 訷ァ邁キC | 11111011101001001010011111100111101100001011011101000011 | fba4a7e7b0b743 |
EUC-JP | 訷ァ邁キC | 10001111110111011101010010001110101001111110111010110010100011101011011101000011 | 8fddd48ea7eeb28eb743 |
UTF-8 | 訷ァ邁キC | 11101000101010001011011111101111101111011010011111101001100000101000000111101111101111011011011101000011 | e8a8b7efbda7e98281efbdb743 |
UHC | ??邁?C | 001111110011111111011000111001000011111101000011 | 3f3fd8e43f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)