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 | 衍?∀旬 | 10011111101001010011111110000001110011011000111101111011 | 9fa53f81cd8f7b |
EUC-JP | 衍?∀旬 | 11011110101001110011111110100010110011111011110111011100 | dea73fa2cfbddc |
UTF-8 | 衍뚨∀旬 | 111010001010000110001101111010111001101010101000111000101000100010000000111001101001011110101100 | e8a18deb9aa8e28880e697ac |
UHC | 衍뚨∀旬 | 1110011011100010100011001110011110100010101000111110001011100010 | e6e28ce7a2a3e2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)