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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鍄」笳狗 | 11100111111110111010001111100010100101111000101111100111 | e7fba3e2978be7 |
EUC-JP | 鍄」笳狗 | 1110111011111101100011101010001111100011111101111011011011101001 | eefd8ea3e3f7b6e9 |
UTF-8 | 鍄」笳狗 | 111010011000110110000100111011111011110110100011111001111010110010110011111001111000101110010111 | e98d84efbda3e7acb3e78b97 |
UHC | ???狗 | 0011111100111111001111111100111110110111 | 3f3f3fcfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)