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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齬▼ⅶ余 | 1110101010010111100000011010010111111010010001101001011101011101 | ea9781a5fa46975d |
EUC-JP | 齬▼?余 | 11110011111101111010001010100111001111111100110110111110 | f3f7a2a73fcdbe |
UTF-8 | 齬▼ⅶ余 | 111010011011110110101100111000101001011010111100111000101000010110110110111001001011110110011001 | e9bdace296bce285b6e4bd99 |
UHC | 齬▼ⅶ余 | 1110010111100001101000011110010110100101101001111110010111111001 | e5e1a1e5a5a7e5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)