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 | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-WIN | 篠ユエ偲而W | 100011101100001011010101101101001000111011000011100011101010011101010111 | 8ec2d5b48ec38ea757 |
EUC-JP | 篠ユエ偲而W | 1011110011000100100011101101010110001110101101001011110011000101101111001010100101010111 | bcc48ed58eb4bcc5bca957 |
UTF-8 | 篠ユエ偲而W | 11100111101011111010000011101111101111101001010111101111101111011011010011100101100000011011001011101000100000001000110001010111 | e7afa0efbe95efbdb4e581b2e8808c57 |
UHC | 篠???而W | 1110000111000110001111110011111100111111111011001011101101010111 | e1c63f3f3fecbb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)