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 | ?]?]B | 0011111101011101001111110101110101000010 | 3f5d3f5d42 |
SJIS-WIN | 咐]咐]B | 10011001111100110101110110011001111100110101110101000010 | 99f35d99f35d42 |
EUC-JP | 咐]咐]B | 11010010111101010101110111010010111101010101110101000010 | d2f55dd2f55d42 |
UTF-8 | 咐]咐]B | 111001011001001010010000010111011110010110010010100100000101110101000010 | e592905de592905d42 |
UHC | 咐]咐]B | 11011100111110110101110111011100111110110101110101000010 | dcfb5ddcfb5d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)