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 | 闡ッ繧壱ざ | 111010001001000110101111111000111000001010001000111010111000001010110100 | e891afe38288eb82b4 |
EUC-JP | 闡ッ繧壱ざ | 11101111111100011000111010101111111001011110001010110000111011011010010010110110 | eff18eafe5e2b0eda4b6 |
UTF-8 | 闡ッ繧壱ざ | 111010011001011110100001111011111011110110101111111001111011100110100111111001011010001110110001111000111000000110010110 | e997a1efbdafe7b9a7e5a3b1e38196 |
UHC | 闡???ざ | 11110100110001010011111100111111001111111010101010110110 | f4c53f3f3faab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)