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 | 燧羞署 | 111000001001110011100011101101011000111110010000 | e09ce3b58f90 |
EUC-JP | 燧羞署 | 110111111111110011100110101101111011110111110000 | dffce6b7bdf0 |
UTF-8 | 燧羞署 | 111001111000011110100111111001111011111010011110111001111011110110110010 | e787a7e7be9ee7bdb2 |
UHC | 燧羞署 | 111000101010110011100010101110101101111111111110 | e2ace2badffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)