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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 淡叩G | 1001001001010111100100100100000001000111 | 9257924047 |
EUC-JP | 淡叩G | 1100001110111000110000111010000101000111 | c3b8c3a147 |
UTF-8 | 淡叩G | 11100110101101111010000111100101100011111010100101000111 | e6b7a1e58fa947 |
UHC | 淡叩G | 1101001110111111110011011011000001000111 | d3bfcdb047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)