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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 偃??RE | 100110001110111000111111001111110101001001000101 | 98ee3f3f5245 |
EUC-JP | 偃??RE | 110100001111000000111111001111110101001001000101 | d0f03f3f5245 |
UTF-8 | 偃뉐쭦RE | 1110010110000001100000111110101110001001100100001110110010101101101001100101001001000101 | e58183eb8990ecada65245 |
UHC | 偃뉐쭦RE | 1110010111100111100001111110010110100111100110100101001001000101 | e5e787e5a79a5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)