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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諷募エ | 1110011010000101100101011110010110110100 | e68595e5b4 |
EUC-JP | 諷募エ | 111010111110010111001010111001111000111010110100 | ebe5cae78eb4 |
UTF-8 | 諷募エ | 111010001010101110110111111001011000101110011111111011111011110110110100 | e8abb7e58b9fefbdb4 |
UHC | 諷募? | 1111100110100100110110011011010000111111 | f9a4d9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)