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 | ?????@B | 00111111001111110011111100111111001111110100000001000010 | 3f3f3f3f3f4042 |
SJIS-WIN | ース疾@B | 11110001111111001011000011110001100011101011110110001110101111100100000001000010 | f1fcb0f18ebd8ebe4042 |
EUC-JP | ?ー?ス疾@B | 00111111100011101011000000111111100011101011110110111100110000000100000001000010 | 3f8eb03f8ebdbcc04042 |
UTF-8 | ース疾@B | 1110111010000101101101111110111110111101101100001110111010000100100010011110111110111101101111011110011110010110101111100100000001000010 | ee85b7efbdb0ee8489efbdbde796be4042 |
UHC | ????疾@B | 0011111100111111001111110011111111110010111100000100000001000010 | 3f3f3f3ff2f04042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)