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 | 逹哂 | 11100111100111011001101001000001 | e79d9a41 |
EUC-JP | 逹哂 | 11101101111111011101001110100010 | edfdd3a2 |
UTF-8 | 逹哂 | 111010011000000010111001111001011001001110000010 | e980b9e59382 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)