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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蜴薜蜴薜^ | 111001011000111011100101010011111110010110001110111001010100111101011110 | e58ee54fe58ee54f5e |
EUC-JP | 蜴薜蜴薜^ | 111010011110111011101001101100001110100111101110111010011011000001011110 | e9eee9b0e9eee9b05e |
UTF-8 | 蜴薜蜴薜^ | 11101000100111001011010011101000100101101001110011101000100111001011010011101000100101101001110001011110 | e89cb4e8969ce89cb4e8969c5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)