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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 菴ッ隲 | 1110010010111101101011111110100010101011 | e4bdafe8ab |
EUC-JP | 菴ッ隲 | 111010001011111110001110101011111111000010101101 | e8bf8eaff0ad |
UTF-8 | 菴ッ隲 | 111010001000111110110100111011111011110110101111111010011001101010110010 | e88fb4efbdafe99ab2 |
UHC | 菴?? | 11100100111000000011111100111111 | e4e03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)