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 | ?^vE | 00111111010111100111011001000101 | 3f5e7645 |
SJIS-WIN | ?^vE | 00111111010111100111011001000101 | 3f5e7645 |
EUC-JP | ?^vE | 00111111010111100111011001000101 | 3f5e7645 |
UTF-8 | 뷘^vE | 111010111011011110011000010111100111011001000101 | ebb7985e7645 |
UHC | 뷘^vE | 1011101011100001010111100111011001000101 | bae15e7645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)