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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遭褐納侑ⅲ | 10010001100110001000101010001100100101000101101110011000110100001111101001000010 | 91988a8c945b98d0fa42 |
EUC-JP | 遭褐納侑? | 110000011111100010110011111011001100011110111100110100001101001000111111 | c1f8b3ecc7bcd0d23f |
UTF-8 | 遭褐納侑ⅲ | 111010011000000110101101111010001010010010010000111001111011010010001101111001001011111010010001111000101000010110110010 | e981ade8a490e7b48de4be91e285b2 |
UHC | 遭褐納侑ⅲ | 11110000111001001100101011101000110100101010000111101010111000101010010110100011 | f0e4cae8d2a1eae2a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)