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 | 11111011010001011010011111100111101100001011011101000011 | fb45a7e7b0b743 |
EUC-JP | 淼ァ邁キC | 10001111110001111110011010001110101001111110111010110010100011101011011101000011 | 8fc7e68ea7eeb28eb743 |
UTF-8 | 淼ァ邁キC | 11100110101101111011110011101111101111011010011111101001100000101000000111101111101111011011011101000011 | e6b7bcefbda7e98281efbdb743 |
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)