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 | 邨幄 | 11100111101101011001101111101000 | e7b59be8 |
EUC-JP | 邨幄 | 11101110101101111101011011101010 | eeb7d6ea |
UTF-8 | 邨幄 | 111010011000001010101000111001011011100110000100 | e982a8e5b984 |
UHC | 邨幄 | 11110101101111101110010011000001 | f5bee4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)