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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 調?穽 | 1001001010110010001111111110001001110110 | 92b23fe276 |
EUC-JP | 調?穽 | 1100010010110100001111111110001111010111 | c4b43fe3d7 |
UTF-8 | 調렧穽 | 111010001010101010111111111010111010000010100111111001111010100110111101 | e8aabfeba0a7e7a9bd |
UHC | 調렧穽 | 111100001110000010001110101101101110111111110000 | f0e08eb6eff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)