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 | 雄遁 | 10010111010110011001001111011001 | 975993d9 |
EUC-JP | 雄遁 | 11001101101110101100011011011011 | cdbac6db |
UTF-8 | 雄遁 | 111010011001101110000100111010011000000110000001 | e99b84e98181 |
UHC | 雄遁 | 11101010101010011101010011101101 | eaa9d4ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)