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 | ̗̾ | 1100001110010111110000111010011011000011100111101100001110110011 | c397c3a6c39ec3b3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | �� | 100011111010101010101010001111111000111110101010101010101000111110100010110000111000111110101010101010100011111110001111101010101010101000111111 | 8faaaa3f8faaaa8fa2c38faaaa3f8faaaa3f |
UTF-8 | ̗̾ | 11000011100000111100001010010111110000111000001111000010101001101100001110000011110000101001111011000011100000111100001010110011 | c383c297c383c2a6c383c29ec383c2b3 |
UHC | ???????³ | 001111110011111100111111001111110011111100111111001111111010100111111000 | 3f3f3f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)