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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 靜菰葦 | 111010001100111010001100110101001000100010101111 | e8ce8cd488af |
EUC-JP | 靜菰葦 | 111100001101000010111000110101101011000010110001 | f0d0b8d6b0b1 |
UTF-8 | 靜菰葦 | 111010011001110110011100111010001000111110110000111010001001000110100110 | e99d9ce88fb0e891a6 |
UHC | 靜菰葦 | 111100001010000111001101110010101110101011011000 | f0a1cdcaead8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)