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 | 義瓏?? | 100010110110000011100000111110100011111100111111 | 8b60e0fa3f3f |
EUC-JP | 義瓏?坰 | 1011010111000001111000001111110000111111100011111011011111001001 | b5c1e0fc3f8fb7c9 |
UTF-8 | 義瓏렑坰 | 111001111011111010101001111001111001001110001111111010111010000010010001111001011001110110110000 | e7bea9e7938feba091e59db0 |
UHC | 義瓏렑坰 | 1110101111111001110101101110101010001110101001101100110011010000 | ebf9d6ea8ea6ccd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)