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 | ??懸貴 | 001111110011111110001100100111001000101101001101 | 3f3f8c9c8b4d |
EUC-JP | ??懸貴 | 001111110011111110110111111111001011010110101110 | 3f3fb7fcb5ae |
UTF-8 | 셀뤻懸貴 | 111011001000010110000000111010111010010010111011111001101000011110111000111010001011001010110100 | ec8580eba4bbe687b8e8b2b4 |
UHC | 셀뤻懸貴 | 1011110010111111100011111110100111111010110110001100111111111110 | bcbf8fe9fad8cffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)