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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?班瓏?? | 00111111100101001100011111100000111110100011111100111111 | 3f94c7e0fa3f3f |
EUC-JP | ?班瓏?? | 00111111110010001100100111100000111111000011111100111111 | 3fc8c9e0fc3f3f |
UTF-8 | 뤾班瓏쮱깎 | 111010111010010010111110111001111000111110101101111001111001001110001111111011001010111010110001111010101011100110001110 | eba4bee78fade7938fecaeb1eab98e |
UHC | 뤾班瓏쮱깎 | 10001111111010101101101011101100110101101110101010101000100011101011000111110000 | 8feadaecd6eaa88eb1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)