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 | 隱樞則窶 | 1110100010101010100111101110001010010001101001011110001010000000 | e8aa9ee291a5e280 |
EUC-JP | 隱樞則窶 | 1111000010101100110111001110010011000010101001111110001111100000 | f0acdce4c2a7e3e0 |
UTF-8 | 隱樞則窶 | 111010011001101010110001111001101010100010011110111001011000100110000111111001111010101010110110 | e99ab1e6a89ee58987e7aab6 |
UHC | 隱樞則? | 11101011110111111111010111010010111101101100111000111111 | ebdff5d2f6ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)