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 | 螂。雎手ア | 1110010110100101101000011110100010110001100011101110100010110001 | e5a5a1e8b18ee8b1 |
EUC-JP | 螂。雎手ア | 11101010101001111000111010100001111100001011001110111100111010101000111010110001 | eaa78ea1f0b3bcea8eb1 |
UTF-8 | 螂。雎手ア | 111010001001111010000010111011111011110110100001111010011001101110001110111001101000100110001011111011111011110110110001 | e89e82efbda1e99b8ee6898befbdb1 |
UHC | 螂?雎手? | 1101010111001100001111111110111011010001111000101010001000111111 | d5cc3feed1e2a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)