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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜊倡ョェ雉 | 1110010110001101100110001110011110101110101010101110100010110011 | e58d98e7aeaae8b3 |
EUC-JP | 蜊倡ョェ雉 | 11101001111011011101000011101001100011101010111010001110101010101111000010110101 | e9edd0e98eae8eaaf0b5 |
UTF-8 | 蜊倡ョェ雉 | 111010001001110010001010111001011000000010100001111011111011110110101110111011111011110110101010111010011001101110001001 | e89c8ae580a1efbdaeefbdaae99b89 |
UHC | ?倡??雉 | 00111111111100111101101100111111001111111111011011001011 | 3ff3db3f3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)