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 | 嘲?億 | 1001101001111101001111111000100110101101 | 9a7d3f89ad |
EUC-JP | 嘲?億 | 1101001111011110001111111011001010101111 | d3de3fb2af |
UTF-8 | 嘲렋億 | 111001011001100010110010111010111010000010001011111001011000010010000100 | e598b2eba08be58484 |
UHC | 嘲렋億 | 111100001011111110001110101000101110010111100010 | f0bf8ea2e5e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)