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 | ?y?yB | 0011111101111001001111110111100101000010 | 3f793f7942 |
SJIS-WIN | 驗y驗yB | 11101001100001000111100111101001100001000111100101000010 | e98479e9847942 |
EUC-JP | 驗y驗yB | 11110001111001000111100111110001111001000111100101000010 | f1e479f1e47942 |
UTF-8 | 驗y驗yB | 111010011010100110010111011110011110100110101001100101110111100101000010 | e9a99779e9a9977942 |
UHC | 驗y驗yB | 11111010110100000111100111111010110100000111100101000010 | fad079fad07942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)