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 | 鬘肴・ッ菫ッ | 111010011010000110001101111001101010010110101111111001001011111110101111 | e9a18de6a5afe4bfaf |
EUC-JP | 鬘肴・ッ菫ッ | 111100101010001110111010111010001000111010100101100011101010111111101000110000011000111010101111 | f2a3bae88ea58eafe8c18eaf |
UTF-8 | 鬘肴・ッ菫ッ | 111010011010110010011000111010001000001010110100111011111011110110100101111011111011110110101111111010001000111110101011111011111011110110101111 | e9ac98e882b4efbda5efbdafe88fabefbdaf |
UHC | ?肴??菫? | 0011111111111101101000100011111100111111110100001100101100111111 | 3ffda23f3fd0cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)