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 | 篠燧? | 1000111011000010111000001001110000111111 | 8ec2e09c3f |
EUC-JP | 篠燧? | 1011110011000100110111111111110000111111 | bcc4dffc3f |
UTF-8 | 篠燧鈴 | 111001111010111110100000111001111000011110100111111011111010011010110001 | e7afa0e787a7efa6b1 |
UHC | 篠燧鈴 | 111000011100011011100010101011001110011111001011 | e1c6e2ace7cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)