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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 竭俶 | 11100010100100011001100011100110 | e29198e6 |
EUC-JP | 竭俶 | 11100011111100011101000011101000 | e3f1d0e8 |
UTF-8 | 竭俶 | 111001111010101110101101111001001011111110110110 | e7abade4bfb6 |
UHC | 竭? | 110010101110011000111111 | cae63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)