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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅰ雫タ | 11111010010000001000111010110100111100011110011011000000 | fa408eb4f1e6c0 |
EUC-JP | ?雫?タ | 001111111011110010110110001111111000111011000000 | 3fbcb63f8ec0 |
UTF-8 | ⅰ雫タ | 111000101000010110110000111010011001101110101011111011101000010110100001111011111011111010000000 | e285b0e99babee85a1efbe80 |
UHC | ⅰ??? | 1010010110100001001111110011111100111111 | a5a13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)