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 | 羝刻 | 11100011101101101000110110001111 | e3b68d8f |
EUC-JP | 羝刻 | 11100110101110001011100111101111 | e6b8b9ef |
UTF-8 | 羝刻 | 111001111011111010011101111001011000100010111011 | e7be9de588bb |
UHC | ?刻 | 001111111100101010111110 | 3fcabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)