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 | 瀇鴫章ェ識 | 111110110100111110001110101100001000111111001101101010101000111010101111 | fb4f8eb08fcdaa8eaf |
EUC-JP | 瀇鴫章ェ識 | 1000111111001001101011011011110010110010101111101100111110001110101010101011110010110001 | 8fc9adbcb2becf8eaabcb1 |
UTF-8 | 瀇鴫章ェ識 | 111001111000000010000111111010011011010010101011111001111010101110100000111011111011110110101010111010001010110110011000 | e78087e9b4abe7aba0efbdaae8ad98 |
UHC | ??章?識 | 00111111001111111110110111110001001111111110001111011011 | 3f3fedf13fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)