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 | 将藏将藏^ | 100011111010101111100101010101011000111110101011111001010101010101011110 | 8fabe5558fabe5555e |
EUC-JP | 将藏将藏^ | 101111101010110111101001101101101011111010101101111010011011011001011110 | beade9b6beade9b65e |
UTF-8 | 将藏将藏^ | 11100101101100001000011011101000100101111000111111100101101100001000011011101000100101111000111101011110 | e5b086e8978fe5b086e8978f5e |
UHC | ?藏?藏^ | 00111111111011011111101000111111111011011111101001011110 | 3fedfa3fedfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)