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 | 1001101111101100111000100110011101000111 | 9bece26747 |
EUC-JP | 幗稟G | 1101011011101110111000111100100001000111 | d6eee3c847 |
UTF-8 | 幗稟G | 11100101101110011001011111100111101010001001111101000111 | e5b997e7a89f47 |
UHC | ?稟G | 00111111111110011010001001000111 | 3ff9a247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)