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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ? ?ァ∫^ | 001111111000000101000000001111111000001101000000100000011110011101011110 | 3f81403f834081e75e |
EUC-JP | ? ?ァ∫^ | 001111111010000110100001001111111010010110100001101000101110100101011110 | 3fa1a13fa5a1a2e95e |
UTF-8 | 룶 卽ァ∫^ | 11101011101000111011011011100011100000001000000011100101100011011011110111100011100000101010000111100010100010001010101101011110 | eba3b6e38080e58dbde382a1e288ab5e |
UHC | 룶 卽ァ∫^ | 1000111110101011101000011010000111110001111011011010101110100001101000011111001001011110 | 8faba1a1f1edaba1a1f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)