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 | 駿??檍 | 100011110111100000111111001111111001111011111000 | 8f783f3f9ef8 |
EUC-JP | 駿?楗檍 | 1011110111011001001111111000111111000100110001101101110011111010 | bdd93f8fc4c6dcfa |
UTF-8 | 駿븜楗檍 | 111010011010011110111111111010111011100010011100111001101010010110010111111001101010101010001101 | e9a7bfebb89ce6a597e6aa8d |
UHC | 駿븜楗檍 | 1111000111100111101110101110111011001011111100011110010111100101 | f1e7baeecbf1e5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)