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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 幗稟 | 10011011111011001110001001100111 | 9bece267 |
EUC-JP | 幗稟 | 11010110111011101110001111001000 | d6eee3c8 |
UTF-8 | 幗稟 | 111001011011100110010111111001111010100010011111 | e5b997e7a89f |
UHC | ?稟 | 001111111111100110100010 | 3ff9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)