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 | 制?只肯 | 10010000101001110011111110010001111111001000110101101101 | 90a73f91fc8d6d |
EUC-JP | 制?只肯 | 11000000101010010011111111000010111111101011100111001110 | c0a93fc2feb9ce |
UTF-8 | 制렠只肯 | 111001011000100010110110111010111010000010100000111001011000111110101010111010001000001010101111 | e588b6eba0a0e58faae882af |
UHC | 制렠只肯 | 1111000010100100100011101011000111110001111111101101000011101001 | f0a48eb1f1fed0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)