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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 湛狸h | 1001001001011000100100100100101101101000 | 9258924b68 |
EUC-JP | 湛狸h | 1100001110111001110000111010110001101000 | c3b9c3ac68 |
UTF-8 | 湛狸h | 11100110101110011001101111100111100010111011100001101000 | e6b99be78bb868 |
UHC | 湛狸h | 1101001111000000110101111110000101101000 | d3c0d7e168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)