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 | ò??? | 11110010001111110011111100111111 | f23f3f3f |
SJIS-WIN | ?‡蹣髻 | 00111111100000011111011011100111010010011110100110011111 | 3f81f6e749e99f |
EUC-JP | ò‡蹣髻 | 100011111010101111010010101000101111100011101101101010101111001010100001 | 8fabd2a2f8edaaf2a1 |
UTF-8 | ò‡蹣髻 | 1100001110110010111000101000000010100001111010001011100110100011111010011010101110111011 | c3b2e280a1e8b9a3e9abbb |
UHC | ?‡?? | 0011111110100010110101000011111100111111 | 3fa2d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)